Explorar o código

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

Johan Ahlen %!s(int64=5) %!d(string=hai) anos
pai
achega
414ce4a318
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,