fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/skip-token 14 lines 373 B view raw
1{ 2 "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", 3 "access": "public", 4 "baseBranch": "main", 5 "changelog": "./changelog.js", 6 "commit": false, 7 "fixed": [], 8 "ignore": [], 9 "linked": [], 10 "updateInternalDependencies": "minor", 11 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 12 "onlyUpdatePeerDependentsWhenOutOfRange": true 13 } 14}