Skip to content

Commit

Permalink
Added graphql types and fix for AsyncIterator error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbboimer committed Jan 16, 2019
1 parent 41ff359 commit 6757054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/graphql": "^14.0.5",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/react": "^16.7.12",
Expand Down
2 changes: 1 addition & 1 deletion assets/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"lib": ["es2015", "es2017", "dom"],
"lib": ["es2015", "es2017", "dom", "esnext.asynciterable"],
"typeRoots": [
"./src/types",
"./node_modules/@types"
Expand Down

0 comments on commit 6757054

Please sign in to comment.