From 4b6e5d3f9bbda3e79aeb61db042a2929435fe143 Mon Sep 17 00:00:00 2001 From: Ratmir Tsaregorodtsev Date: Fri, 22 Sep 2023 16:29:10 +0300 Subject: [PATCH] Fix tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 606c5fd3c..c505d5231 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,14 +6,14 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "skipLibCheck": true, "allowSyntheticDefaultImports": true, - "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, + "strictNullChecks": true, "isolatedModules": true, "noEmit": true, "noImplicitAny": true, - + "sourceMap": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true,