Prechádzať zdrojové kódy

Update tsconfig.json

Paulus Schoutsen 3 rokov pred
rodič
commit
e95f421db1
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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