Explorar el Código

clean tsconfig.build.json

Yuki Takei hace 4 años
padre
commit
ab575977f8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/app/tsconfig.build.json

+ 0 - 2
packages/app/tsconfig.build.json

@@ -2,12 +2,10 @@
   "extends": "./tsconfig.json",
   "extends": "./tsconfig.json",
   "compilerOptions": {
   "compilerOptions": {
     "module": "esnext",
     "module": "esnext",
-    "alwaysStrict": true,
     "jsx": "react",
     "jsx": "react",
     "noFallthroughCasesInSwitch": true,
     "noFallthroughCasesInSwitch": true,
     "noUnusedLocals": true,
     "noUnusedLocals": true,
     "noUnusedParameters": true,
     "noUnusedParameters": true,
-    "skipLibCheck": true,
     "strict": true
     "strict": true
   },
   },
   "exclude": [
   "exclude": [