From 1d3c26afe429015533cd6303af762e59dbe5d100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20R=C3=B3bert?= Date: Wed, 6 May 2026 17:19:49 +0200 Subject: [PATCH] build: set target to ES2023 --- packages/uhk-web/tsconfig.json | 1 - tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/uhk-web/tsconfig.json b/packages/uhk-web/tsconfig.json index 81647d4bacb..26104ec7c64 100644 --- a/packages/uhk-web/tsconfig.json +++ b/packages/uhk-web/tsconfig.json @@ -5,7 +5,6 @@ "declaration": false, "module": "es2015", "moduleResolution": "bundler", - "target": "ES2022", "useDefineForClassFields": false, "lib": [ "dom" diff --git a/tsconfig.json b/tsconfig.json index 5ecdce9eca8..bf78a8c8b0e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "esModuleInterop": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "target": "ES2022", + "target": "ES2023", "importHelpers": true, "resolveJsonModule": true },