From d6e2f6710e72dec7e52b113184001d9ee86ecc40 Mon Sep 17 00:00:00 2001 From: Ben Winding Date: Mon, 4 Jan 2021 13:19:16 +1030 Subject: [PATCH] Add tsconfig option (ci-deploy) "allowSyntheticDefaultImports": true, --- templates/.ngext/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/.ngext/tsconfig.json b/templates/.ngext/tsconfig.json index f639924..9ac975c 100644 --- a/templates/.ngext/tsconfig.json +++ b/templates/.ngext/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": true, "declaration": false, "downlevelIteration": true, + "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node",