Explorar el Código

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

Johan Ahlen hace 5 años
padre
commit
414ce4a318
Se han modificado 1 ficheros con 1 adiciones y 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,