Skip to content

Commit

Permalink
[Ember] set "target" to ESNext
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Feb 1, 2024
1 parent 4d9a70f commit ad50e08
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": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",

Expand Down

0 comments on commit ad50e08

Please sign in to comment.