diff --git a/tsconfig.json b/tsconfig.json index 789ea95..989544e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "module": "esnext", "outDir": "./dist/out-tsc", + "esModuleInterop": true, "sourceMap": true, "declaration": false, "moduleResolution": "node",