diff --git a/src/openapi.ts b/src/openapi.ts index 53eff98..84940c4 100644 --- a/src/openapi.ts +++ b/src/openapi.ts @@ -43,6 +43,7 @@ async function generateSchemaTypes(options: { try { const ast = await openAPITS(schema, { + commentHeader: '', ...options.openAPITSOptions, ...options.endpoint.openAPITS, })