Skip to content

Commit

Permalink
[CLEANUP BETA] Update tsconfig to target ES2021
Browse files Browse the repository at this point in the history
All of our target browsers and Node versions for Ember v5.0 support
ES2021, so update our TS version accordingly.
  • Loading branch information
chriskrycho committed Apr 18, 2023
1 parent 2a8e063 commit 57ead68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig/compiler-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
// Compilation Configuration
"target": "es2017",
"target": "es2021",
"sourceMap": true,
"baseUrl": "../packages",
"rootDir": "../packages",
Expand Down

0 comments on commit 57ead68

Please sign in to comment.