Преглед изворни кода

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,