Jelajahi Sumber

Update tsconfig to allow json imports

LB Johnston 11 bulan lalu
induk
melakukan
d8e63954d8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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,