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

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

Johan Ahlen 5 лет назад
Родитель
Сommit
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,