Преглед на файлове

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