From 4f09776036f720a7163853dc33c0d0d46cb2d7ca Mon Sep 17 00:00:00 2001 From: mProjectsCode Date: Tue, 12 Dec 2023 21:22:38 +0100 Subject: [PATCH] fix build not working --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fe6582b..162b4e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "importHelpers": true, "isolatedModules": true, "resolveJsonModule": true, + "allowSyntheticDefaultImports": true, "lib": ["DOM", "ES5", "ES6", "ES7", "Es2021"] }, "include": ["**/*.ts"]