From 2e67f77d3ee60d224697ff7d4a2bc600983bcd81 Mon Sep 17 00:00:00 2001 From: Zoe Date: Wed, 5 Feb 2020 11:17:55 +0000 Subject: [PATCH] compiler flags --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e01a31f6c..41488cbb2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "commonjs", "moduleResolution": "node", "target": "es2016", + "esModuleInterop": true, "noImplicitAny": false, "sourceMap": true, "outDir": "./lib",