From 39653d3ec18f9023536d09be0aece633aa442807 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 25 Jul 2023 21:35:36 +0200 Subject: [PATCH] Updated the tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ac2cf7e..05a508b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, + "resolveJsonModule": true, "skipLibCheck": true, "typeRoots": ["./src/types/overrides"] },