diff --git a/packages/openapi-generator/src/sourceFile.ts b/packages/openapi-generator/src/sourceFile.ts index 4c8c6ff0..fa639a44 100644 --- a/packages/openapi-generator/src/sourceFile.ts +++ b/packages/openapi-generator/src/sourceFile.ts @@ -27,6 +27,7 @@ export async function parseSource( syntax: 'typescript', target: 'esnext', comments: true, + decorators: true, }); // Set the start of the module to the end of the last span, so that we don't have any