Skip to content

Commit

Permalink
Pull in all of esnext lib (Azure#129)
Browse files Browse the repository at this point in the history
Fixes Azure#127. I'm not exactly sure why this is necessary, but seeing reports of a similar issue in another lib apollographql/graphql-subscriptions#83
  • Loading branch information
southpolesteve authored Sep 19, 2018
1 parent 9f91042 commit b510e76
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 @@ -13,7 +13,7 @@
"target": "es6",
"sourceMap": true,
"newLine": "LF",
"lib": ["es6", "esnext.asynciterable"]
"lib": ["es6", "esnext"]
},
"include": ["./src/**/*", "./test/**/*.spec.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit b510e76

Please sign in to comment.