Переглянути джерело

HUE-9486 [ui] Add json resolution to TS config

Johan Ahlen 5 роки тому
батько
коміт
414ce4a318
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -3,6 +3,7 @@
     "target": "esnext",
     "module": "esnext",
     "moduleResolution": "node",
+    "resolveJsonModule": true,
     "allowJs": true,
     "noEmit": true,
     "strict": true,