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 "updateInternalDependencies": "minor", 9 "snapshot": { 10 "prereleaseTemplate": "{tag}-{commit}", 11 "useCalculatedVersion": true 12 }, 13 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 14 "onlyUpdatePeerDependentsWhenOutOfRange": true, 15 "updateInternalDependents": "out-of-range" 16 } 17}