From 11a85161bae21e09f699d885236841a41c886887 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Tue, 8 Sep 2020 19:40:58 -0700 Subject: [PATCH] fix: revert esmoduleInterop change --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ddd02df..3cec765 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["es2018"], "target": "es2018", "module": "commonjs", - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "noFallthroughCasesInSwitch": true, "strict": true, "noUnusedLocals": true,