Skip to content

Commit

Permalink
fix(typescript): use esnext in lib (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffxsam authored and yyx990803 committed Aug 6, 2018
1 parent 99761b3 commit 5838096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"lib": [
"es2015",
"esnext",
"dom",
"dom.iterable",
"scripthost"
Expand Down

0 comments on commit 5838096

Please sign in to comment.