···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Add support for alternative root directories, when your tsconfig does not define GraphQLSP we'll traverse up until we find the `extends` that does and resolve the schema from there
-5
.changeset/loud-moles-wait.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Change `setInterval` to `setTimeout`
+9
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.4.3
44+55+### Patch Changes
66+77+- Add support for alternative root directories, when your tsconfig does not define GraphQLSP we'll traverse up until we find the `extends` that does and resolve the schema from there
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#257](https://github.com/0no-co/GraphQLSP/pull/257))
99+- Change `setInterval` to `setTimeout`
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#255](https://github.com/0no-co/GraphQLSP/pull/255))
1111+312## 1.4.2
413514### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.4.2",
33+ "version": "1.4.3",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp",
66 "module": "./dist/graphqlsp.mjs",