We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ed6340 + 11570d4 commit c29f1e1Copy full SHA for c29f1e1
packages/openapi-generator/src/sourceFile.ts
@@ -27,6 +27,7 @@ export async function parseSource(
27
syntax: 'typescript',
28
target: 'esnext',
29
comments: true,
30
+ decorators: true,
31
});
32
33
// Set the start of the module to the end of the last span, so that we don't have any
0 commit comments