zq940222 6 kuukautta sitten
vanhempi
commit
c7ca9e1192
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

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