소스 검색

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"]
 }