From aeaf38f6c05aef8c7542c593daa3d682854f0d12 Mon Sep 17 00:00:00 2001 From: Jose Sanchis <38044642+minarkap@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:17:40 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index af814134..377a5d4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "outDir": "./dist", "noEmitOnError": true, "esModuleInterop": true, + "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "strict": false, "skipLibCheck": true, @@ -34,4 +35,4 @@ "src/**/*", "src/**/*.json" ] -} \ No newline at end of file +}