Skip to content

Commit

Permalink
Merge pull request #5906 from apollographql/update-graphql-tag-remove…
Browse files Browse the repository at this point in the history
…-types

Remove graphql-tag type overrides
  • Loading branch information
hwillson authored Feb 9, 2020
2 parents 906b04e + 2bf6785 commit c598854
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/zen-observable": "^0.8.0",
"@wry/equality": "^0.1.9",
"fast-json-stable-stringify": "^2.0.0",
"graphql-tag": "^2.10.1",
"graphql-tag": "^2.10.2",
"optimism": "^0.11.5",
"symbol-observable": "^1.2.0",
"ts-invariant": "^0.4.4",
Expand Down
16 changes: 0 additions & 16 deletions src/types/graphql-tag.d.ts

This file was deleted.

6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
"esModuleInterop": true,
"outDir": "./dist",
"lib": ["es2015", "esnext.asynciterable", "dom"],
"jsx": "react",
"typeRoots": [
"src/types",
"node_modules/@types"
]
"jsx": "react"
},
"include": ["src/**/*.ts"],
"exclude": [
Expand Down

0 comments on commit c598854

Please sign in to comment.