From a9f5f433e68827ce402adb0c224a3b4b23428f66 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sun, 16 Apr 2023 23:20:23 -0400 Subject: [PATCH] Allow json file imports in typescript files --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 63e6b38825..a67dd148ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "strict": true, "module": "ESNext", "moduleResolution": "node", + "resolveJsonModule": true, "outDir": "./dist/", "checkJs": false, "strictNullChecks": true,