Parcourir la source

update tsconfig.build.client.json

Yuki Takei il y a 3 ans
Parent
commit
c2ffeac9db
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      packages/app/tsconfig.build.client.json

+ 1 - 3
packages/app/tsconfig.build.client.json

@@ -2,10 +2,8 @@
   "extends": "./tsconfig.base.json",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
   "compilerOptions": {
     "module": "esnext",
     "module": "esnext",
-    "strict": true,
+    "strict": false,
     "noFallthroughCasesInSwitch": true,
     "noFallthroughCasesInSwitch": true,
-    "noUnusedLocals": true,
-    "noUnusedParameters": true,
     "baseUrl": ".",
     "baseUrl": ".",
     "paths": {
     "paths": {
       "~/*": ["./src/*"],
       "~/*": ["./src/*"],