fork of hey-api/openapi-ts because I need some additional things
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}