Skip to content

Commit

Permalink
feat(ember): set "target" to es2023
Browse files Browse the repository at this point in the history
  • Loading branch information
aklkv authored Oct 22, 2024
1 parent be50c30 commit 2a44484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bases/ember.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// via Ember CLI (e.g. ember-cli-typescript's blueprint), it additionally has
// `compilerOptions.baseUrl`, `compilerOptions.paths`, and `include` set.
"compilerOptions": {
"target": "es2021",
"target": "es2023",
"module": "esnext",
"moduleResolution": "bundler",

Expand Down

0 comments on commit 2a44484

Please sign in to comment.