diff --git a/tsconfig.web.json b/tsconfig.web.json index d099a586..7ff0be43 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -1,14 +1,11 @@ { "extends": ["@tsconfig/strictest", "@tsconfig/vite-react/tsconfig.json"], "compilerOptions": { + "lib": ["ES2023", "DOM", "DOM.Iterable"], "plugins": [{ "name": "typescript-plugin-css-modules" }], - - "lib": ["es2023", "DOM", "DOM.Iterable"], + "noEmit": true, "exactOptionalPropertyTypes": false, // todo - "noUncheckedIndexedAccess": true, - "noEmit": true, - "isolatedModules": true, "noImplicitAny": false, // todo "checkJs": false, // todo "allowJs": true, // todo