From b9003ce5e2a956866b434cc99232aabfbe4273bd Mon Sep 17 00:00:00 2001 From: apane Date: Sun, 10 Sep 2023 22:51:26 +0200 Subject: [PATCH] Updates tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f896ab2..9a0bf0b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "resolveJsonModule": true } }