tsdoc
tsdoc copied to clipboard
Add support for the `@property` tag
I was trying to JSDoc/TSDoc a TypeScript interface, and wanted to use the property tag to document the various properties. However, property does not appear to be on the list of supported TSDoc tags.
Probably related: https://github.com/microsoft/tsdoc/issues/209