Browse Source

Update tsconfig.json

Paulus Schoutsen 3 năm trước cách đây
mục cha
commit
e95f421db1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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/*"]
 }