diff --git a/js3270/src/main.ts b/js3270/src/main.ts index 71a2482..0685dc4 100644 --- a/js3270/src/main.ts +++ b/js3270/src/main.ts @@ -1,6 +1,4 @@ import './style.css' -import typescriptLogo from './typescript.svg' -import viteLogo from '/vite.svg' import {Action, Color, Cursor, IndErase, Indication, IndScreen, InitializeIndication, Operation} from "./suite3270.ts"; type GrElement = "underline" | "blink" | "highlight" | "selectable" | "reverse" | "wide" | "order" | "private-use" | "no-copy" | "wrap"; diff --git a/js3270/tsconfig.json b/js3270/tsconfig.json index 75abdef..ec0cdb2 100644 --- a/js3270/tsconfig.json +++ b/js3270/tsconfig.json @@ -15,8 +15,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, +// "noUnusedLocals": true, +// "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, "include": ["src"]