Browse Source

Update tsconfig to allow json imports

LB Johnston 11 months ago
parent
commit
d8e63954d8
1 changed files with 1 additions and 0 deletions
  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,