Browse Source

数据联调

zq940222 6 tháng trước cách đây
mục cha
commit
c7ca9e1192
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -27,5 +27,6 @@
     "allowSyntheticDefaultImports": true
   },
   "include": ["src"],
-  "references": [{ "path": "./tsconfig.node.json" }]
+  "references": [{ "path": "./tsconfig.node.json" }],
+  "noImplicitAny": false,
 }