From 2fd99e3a522a3c2444c3722b1624722ba1906193 Mon Sep 17 00:00:00 2001 From: Thomas Minke Date: Fri, 2 Aug 2024 23:13:29 +0200 Subject: [PATCH] Added allowSyntheticDefaultImports. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bfc40ee..3349357 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ { "compileOnSave": false, "compilerOptions": { + "allowSyntheticDefaultImports": true, "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true,