From 3137de80defbc65ea3cf2c7e050b3e1a44bbfcac Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 22 Aug 2019 14:38:38 -0400 Subject: [PATCH] chore: Additional ts option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f8ad8119..fb87fe05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,7 @@ "strictNullChecks": true, "noImplicitAny": false, "downlevelIteration": true, + "allowSyntheticDefaultImports": true, /* Additional Checks */