Skip to content

Commit

Permalink
upgrade tsconfig es2017 to esnext (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbing-chen authored Sep 1, 2020
1 parent 6a1aedf commit de1c304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jsx": "preserve",
"experimentalDecorators": true,
"lib": [
"es2017",
"esnext",
"dom"
],
"typeRoots": [
Expand Down

0 comments on commit de1c304

Please sign in to comment.