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

remove targeting

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