From 2e4b1ec876ca8b3c5e4e31a975a1292838fa8fa6 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Fri, 7 Jun 2024 22:08:36 +0300 Subject: [PATCH] fix: TS2732 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 77940dd..3aaf0da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ { "compileOnSave": false, "compilerOptions": { + "resolveJsonModule": true, "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true,