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",