浏览代码

📐 tsconfig add skipLibCheck

chenshuai2144 6 年之前
父节点
当前提交
4c6a11eeda
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -14,6 +14,7 @@
     "suppressImplicitAnyIndexErrors": true,
     "noUnusedLocals": true,
     "allowJs": true,
+    "skipLibCheck": true,
     "experimentalDecorators": true,
     "strict": true,
     "paths": {