From 1abecfb61891f65cd45d2ec25c1c4468952af13e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 25 Dec 2025 17:53:23 +0200 Subject: [PATCH] tsconfig: bump target to es2022 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c0135fb7f..dcd78a4ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es2022", "module": "commonjs", "allowJs": true, "declaration": true,