zs 1 anno fa
parent
commit
4e4f1faf59
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      tsconfig.json

+ 4 - 2
tsconfig.json

@@ -34,11 +34,13 @@
       "dom",
       "dom.iterable"
     ],
-    "allowSyntheticDefaultImports": true
+    "allowSyntheticDefaultImports": true,
+    "noImplicitAny": false,
+    "allowJs": true,
   },
   "references": [
     {
       "path": "./tsconfig.node.json"
     }
   ]
-}
+}