Browse Source

build fixes

AykutSarac 3 năm trước cách đây
mục cha
commit
64b40cf674
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"]