Skip to content

Commit c29f1e1

Browse files
Merge pull request #936 from BitGo/support-decorators
Support decorators
2 parents 5ed6340 + 11570d4 commit c29f1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/openapi-generator/src/sourceFile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export async function parseSource(
2727
syntax: 'typescript',
2828
target: 'esnext',
2929
comments: true,
30+
decorators: true,
3031
});
3132

3233
// Set the start of the module to the end of the last span, so that we don't have any

0 commit comments

Comments
 (0)