diff --git a/maxun-core/tsconfig.json b/maxun-core/tsconfig.json index a3813d95..4a1cf18b 100644 --- a/maxun-core/tsconfig.json +++ b/maxun-core/tsconfig.json @@ -2,7 +2,10 @@ "compilerOptions": { "outDir": "./build", "declaration": true, - "allowJs": true + "allowJs": true, + "target": "es5", + "module": "commonjs", + "esModuleInterop": true }, "include": ["src"] }