AykutSarac 3 anni fa
parent
commit
64b40cf674
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -14,7 +14,8 @@
     "resolveJsonModule": true,
     "isolatedModules": true,
     "jsx": "preserve",
-    "incremental": true
+    "incremental": true,
+    "noImplicitAny": false
   },
   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/utils/json-editor-parser.js"],
   "exclude": ["node_modules"]