All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
14 lines
292 B
TypeScript
14 lines
292 B
TypeScript
import { defaultPlugins } from '@hey-api/openapi-ts';
|
|
|
|
export default {
|
|
input: 'api.yml',
|
|
output: 'gen',
|
|
plugins: [
|
|
...defaultPlugins,
|
|
'@hey-api/client-fetch',
|
|
{
|
|
enums: 'javascript',
|
|
name: '@hey-api/typescript',
|
|
},
|
|
],
|
|
}; |