diff --git a/maxun-core/tsconfig.json b/maxun-core/tsconfig.json index 4a1cf18b..68c3ead7 100644 --- a/maxun-core/tsconfig.json +++ b/maxun-core/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "./build", "declaration": true, "allowJs": true, - "target": "es5", + "target": "es6", "module": "commonjs", "esModuleInterop": true },