Explorar o código

Update tsconfig.json

Paulus Schoutsen %!s(int64=3) %!d(string=hai) anos
pai
achega
e95f421db1
Modificáronse 1 ficheiros con 2 adicións e 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/*"]
 }