openapi2ts.config.ts 187 B

1234567
  1. import path from 'path'
  2. export default {
  3. schemaPath: path.resolve(__dirname, './schema.json'),
  4. serversPath: './servers',
  5. requestLibPath: "import request from '@repo/api-client'",
  6. }