Browse Source

数据联调

zq940222 6 months ago
parent
commit
c7ca9e1192
1 changed files with 2 additions and 1 deletions
  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,
 }