From 72e6e74a428388408c62c70b0a589571ff448400 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Tue, 2 Feb 2021 10:32:18 +1000 Subject: [PATCH] add allowSyntheticDefaultImports in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 04a82c47..e793f05d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "target": "ES2016", "allowJs": true, "sourceMap": true, + "allowSyntheticDefaultImports": true, "types": [], "baseUrl": ".", "paths": {