From 73b3cdbece8781cd937d26b1c73734e4efba82eb Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 13 Dec 2020 19:33:40 +0100 Subject: [PATCH] Implemented reccomented setings --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cf0eec0..f82b46d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "rootDir": "./lib", "outDir": "./dist", "esModuleInterop": true, - "sourceMap": false + "sourceMap": false, + "allowSyntheticDefaultImports": true }, "include": [ "lib/**/*"