From 063a4063bd5c7eb6b0ad235f69bc3eaca1b5aefc Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 19:21:08 +0530 Subject: [PATCH] feat: set es6 target --- maxun-core/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },