From cde584397877d80a779ec696db91c86a33c8631b Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 21 Jul 2025 11:41:40 +0300 Subject: [PATCH] Update build target to es2022 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cd30243920..79ac2ac119 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,8 @@ "declarationMap": true, "module": "commonjs", "sourceMap": true, - "target": "es6", + "target": "es2022", "esModuleInterop": true, "resolveJsonModule": true } -} \ No newline at end of file +}