Procházet zdrojové kódy

Update tsconfig.json

Paulus Schoutsen před 3 roky
rodič
revize
e95f421db1
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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/*"]
 }