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.

(cherry picked from commit 57ead68)
  • Loading branch information
chriskrycho authored and kategengler committed Apr 25, 2023
1 parent b5a6a63 commit 784378f
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 784378f

Please sign in to comment.