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 9 lines 251 B view raw
1{ 2 "extends": "../tsconfig.base.json", 3 "compilerOptions": { 4 "allowImportingTsExtensions": true, 5 "resolveJsonModule": true 6 }, 7 "exclude": ["test/custom/request.ts", "test/generated/**"], 8 "references": [{ "path": "../../openapi-ts" }] 9}