From 4e31dbedb461de7756be57219ad6339414442fec Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 15 Nov 2022 23:23:08 +0800 Subject: [PATCH] fix: update tsconfig.json #168 --- tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d87ca617..ecac6773 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,14 +2,8 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, - "allowJs": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "isolatedModules": true, "declaration": true, "target": "es2017", - "noFallthroughCasesInSwitch": true, - "noEmit": true, "noImplicitAny": true, "resolveJsonModule": true, "moduleResolution": "node",