From 8160f13cc91ae8ce48284181522f027332ae4d87 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 20 Feb 2024 22:54:00 +0800 Subject: [PATCH] update tsconfig --- tsconfig.web.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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