Explorar el Código

Update tsconfig.json

Paulus Schoutsen hace 3 años
padre
commit
e95f421db1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -13,7 +13,8 @@
     "noUnusedLocals": true,
     "forceConsistentCasingInFileNames": true,
     "strict": true,
-    "suppressImplicitAnyIndexErrors": true
+    "suppressImplicitAnyIndexErrors": true,
+    "skipLibCheck": true
   },
   "include": ["src/*"]
 }