浏览代码

add json-parser function to tsconfig.json

AykutSarac 3 年之前
父节点
当前提交
ceb2f5caf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -16,6 +16,6 @@
     "jsx": "preserve",
     "incremental": true
   },
-  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
+  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/utils/json-editor-parser.js"],
   "exclude": ["node_modules"]
 }