Oprava závislostí
This commit is contained in:
parent
e55ee7c11e
commit
452f3a6fa7
@ -1,14 +1,14 @@
|
||||
import { defaultPlugins } from '@hey-api/openapi-ts';
|
||||
// import { defaultPlugins } from '@hey-api/openapi-ts';
|
||||
|
||||
export default {
|
||||
input: 'api.yml',
|
||||
output: 'gen',
|
||||
plugins: [
|
||||
...defaultPlugins,
|
||||
'@hey-api/client-fetch',
|
||||
// ...defaultPlugins,
|
||||
// '@hey-api/client-fetch',
|
||||
{
|
||||
enums: 'javascript',
|
||||
name: '@hey-api/typescript',
|
||||
// name: '@hey-api/typescript',
|
||||
},
|
||||
],
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user