From 5609a4393c49dcc5ec18358f07b76905a77172ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Wed, 6 May 2026 17:39:55 +0200 Subject: [PATCH] build: set target to ES2024 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bf78a8c8b0e..f5090813f48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "esModuleInterop": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "target": "ES2023", + "target": "ES2024", "importHelpers": true, "resolveJsonModule": true },