Skip to content

Commit

Permalink
feat(core): update to es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
chengdong1995 committed Jan 24, 2022
1 parent e5c1c2a commit 9b795c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/templates/tsconfig-app-json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"importHelpers": true,
"target": "es2015",
"lib": [
"es2018",
"es2020",
"dom"
],
"types": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"importHelpers": true,
"target": "es2015",
"lib": [
"es2018",
"es2020",
"dom"
],
"types": [
Expand Down

0 comments on commit 9b795c5

Please sign in to comment.