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/use-query-options 16 lines 292 B view raw
1{ 2 "name": "@test/openapi-ts-sdks", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "typecheck": "tsgo --noEmit" 8 }, 9 "devDependencies": { 10 "@hey-api/openapi-ts": "workspace:*", 11 "typescript": "5.9.3" 12 }, 13 "engines": { 14 "node": ">=22.13.0" 15 } 16}