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

remove targeting

authored by

Jovi De Croock and committed by
GitHub
38b02186 7bb841b9

+1 -1
+1 -1
package.json
··· 9 9 "prepare": "husky install", 10 10 "dev": "pnpm --filter @0no-co/graphqlsp dev", 11 11 "launch-debug": "./scripts/launch-debug.sh", 12 - "test:e2e": "vitest run unused -u --single-thread" 12 + "test:e2e": "vitest run --single-thread" 13 13 }, 14 14 "prettier": { 15 15 "singleQuote": true,