From d6849bca820b9ce68ca37d68739edbb0e93f1669 Mon Sep 17 00:00:00 2001 From: fabiocarpinato Date: Sun, 20 Aug 2017 17:05:43 +0200 Subject: [PATCH] fix for "Cannot find name AsyncIterator" --- quickstart-with-apollo/src/tsconfig.app.json | 2 +- subscriptions-with-apollo/src/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart-with-apollo/src/tsconfig.app.json b/quickstart-with-apollo/src/tsconfig.app.json index 6527c3e..be001bd 100755 --- a/quickstart-with-apollo/src/tsconfig.app.json +++ b/quickstart-with-apollo/src/tsconfig.app.json @@ -3,7 +3,7 @@ "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "lib": ["es6", "dom"], + "lib": ["es6", "dom", "esnext"], "mapRoot": "./", "module": "es6", "moduleResolution": "node", diff --git a/subscriptions-with-apollo/src/tsconfig.json b/subscriptions-with-apollo/src/tsconfig.json index 6527c3e..308b1ed 100755 --- a/subscriptions-with-apollo/src/tsconfig.json +++ b/subscriptions-with-apollo/src/tsconfig.json @@ -3,7 +3,7 @@ "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "lib": ["es6", "dom"], + "lib": ["es6", "dom", "esnext" ], "mapRoot": "./", "module": "es6", "moduleResolution": "node",