Skip to content

Commit e003e66

Browse files
authored
Merge pull request #8 from fbcarpinato/master
fix for "Cannot find name AsyncIterator"
2 parents df7c379 + d6849bc commit e003e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quickstart-with-apollo/src/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"declaration": false,
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
6-
"lib": ["es6", "dom"],
6+
"lib": ["es6", "dom", "esnext"],
77
"mapRoot": "./",
88
"module": "es6",
99
"moduleResolution": "node",

subscriptions-with-apollo/src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"declaration": false,
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
6-
"lib": ["es6", "dom"],
6+
"lib": ["es6", "dom", "esnext" ],
77
"mapRoot": "./",
88
"module": "es6",
99
"moduleResolution": "node",

0 commit comments

Comments
 (0)