Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
1{ 2 "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", 3 "changelog": "../scripts/changelog.js", 4 "commit": false, 5 "access": "public", 6 "baseBranch": "main", 7 "ignore": ["example", "fixtures"] 8}