Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Version Packages (#267)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
packages
-5
.changeset/witty-pigs-approve.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Leverage `require.resolve` when following `tsconfig.extends` so we support `node_modules`
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.6.0
+
+
### Minor Changes
+
+
- Leverage `require.resolve` when following `tsconfig.extends` so we support `node_modules`
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#266](https://github.com/0no-co/GraphQLSP/pull/266))
+
## 1.5.1
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.5.1",
+
"version": "1.6.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",