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.
1 parent 5ed6340 commit 11570d4Copy full SHA for 11570d4
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