Skip to content

Commit

Permalink
fix(cli): add esnext.asynciterable to lib for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Aug 20, 2018
1 parent ea64fd2 commit 83a8036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noImplicitAny": true,
"strictNullChecks": true,
"lib": ["es2018", "dom"],
"lib": ["es2018", "dom", "esnext.asynciterable"],
"module": "commonjs",
"moduleResolution": "node",
"target": "es2017",
Expand Down

0 comments on commit 83a8036

Please sign in to comment.