Pārlūkot izejas kodu

Update tsconfig to allow json imports

LB Johnston 11 mēneši atpakaļ
vecāks
revīzija
d8e63954d8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,