module.exports = { test: { input: './openapi.yaml', output: { target: './generated/api.ts', schemas: './generated/model', mode: 'split', }, }, };