Skip to content

Commit

Permalink
fix: add esnext.asynciterable to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyendu Singh committed Aug 7, 2018
1 parent d42784a commit 0248511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"noUnusedLocals": true,
"outDir": "dist",
"lib": ["es2015", "es2016", "dom"]
"lib": ["es2015", "es2016", "dom", "esnext.asynciterable"]
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 0248511

Please sign in to comment.