Selaa lähdekoodia

Update tsconfig to allow json imports

LB Johnston 11 kuukautta sitten
vanhempi
commit
d8e63954d8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -10,6 +10,7 @@
     "noImplicitAny": false, // TODO: Enable once all existing code is typed
     "noUnusedLocals": true,
     "noUnusedParameters": true,
+    "resolveJsonModule": true,
     "skipLibCheck": true,
     "strictNullChecks": true,
     "strictPropertyInitialization": true,