Skip to content

Commit 9865ca7

Browse files
Merge pull request #16 from lukasnys/feat/es2024
feat: set "target" to "es2024"
2 parents f431882 + b9f5b9f commit 9865ca7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

@ember/app-tsconfig/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// via Ember CLI (e.g. ember-cli-typescript's blueprint), it additionally has
99
// `compilerOptions.baseUrl`, `compilerOptions.paths`, and `include` set.
1010
"compilerOptions": {
11-
"target": "es2023",
11+
"target": "es2024",
1212
"module": "esnext",
1313
"moduleResolution": "bundler",
1414

@ember/library-tsconfig/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// via Ember CLI (e.g. ember-cli-typescript's blueprint), it additionally has
99
// `compilerOptions.baseUrl`, `compilerOptions.paths`, and `include` set.
1010
"compilerOptions": {
11-
"target": "es2023",
11+
"target": "es2024",
1212
"module": "esnext",
1313
"moduleResolution": "bundler",
1414

0 commit comments

Comments
 (0)