From 452f3a6fa71d5335b1e93064e4432c0db2c32bb9 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 5 Mar 2025 22:16:42 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20z=C3=A1vislost=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/openapi-ts.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types/openapi-ts.config.ts b/types/openapi-ts.config.ts index b63c998..33e4540 100644 --- a/types/openapi-ts.config.ts +++ b/types/openapi-ts.config.ts @@ -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', }, ], }; \ No newline at end of file