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 6 lines 169 B view raw
1{ 2 "extends": "../tsconfig.base.json", 3 "include": ["test/**/*", "__snapshots__/**/*"], 4 "exclude": [".gen/**/*"], 5 "references": [{ "path": "../../openapi-ts" }] 6}