Просмотр исходного кода

add json-parser function to tsconfig.json

AykutSarac 3 лет назад
Родитель
Сommit
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"]
 }