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 a6de8a7907986500261652faecfb75946e83ccd5 11 lines 266 B view raw
1{ 2 "extends": "../packages/openapi-ts-tests/tsconfig.base.json", 3 "compilerOptions": { 4 "allowImportingTsExtensions": true, 5 "declaration": false, 6 "esModuleInterop": true, 7 "noEmit": true, 8 "resolveJsonModule": true, 9 "skipLibCheck": true 10 } 11}