From de26bc569b87cf2cb9da88fd0726b5ed5499483f Mon Sep 17 00:00:00 2001 From: Katalina T Date: Tue, 4 Jun 2019 17:55:50 -0500 Subject: [PATCH] [tsc]: esModuleInterop fixes some weird stuff we're running into --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 56160c7..ba71e23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,10 +26,10 @@ "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "declaration": true, - "allowSyntheticDefaultImports": true, + // "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - + "esModuleInterop": true }, "exclude": [ "**/node_modules",