瀏覽代碼

Update tsconfig.json

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/*"]
 }