소스 검색

数据联调

zq940222 6 달 전
부모
커밋
c7ca9e1192
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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,
 }