Paulus Schoutsen преди 3 години
родител
ревизия
e95f421db1
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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/*"]
 }