mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
import { defineConfig } from '@hey-api/openapi-ts';
|
|
|
|
export default defineConfig({
|
|
input: './openapi.json',
|
|
output: './src/api',
|
|
plugins: ['@hey-api/client-fetch'],
|
|
});
|