From 97f8dd468c4f9db38c3e2b5ff596a757bfbde641 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 69ec67f2..4a3234cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2017", + "target": "es2022", "module": "commonjs", "allowJs": true, "declaration": true,