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 },