Features
- Introduced the
preservedTypeAnnotationTags
option to specify tags whose type annotations should
be copied to the output documentation, #3020.
API: IntroducedtypeAnnotation
onCommentTag
- Added
excludePrivateClassFields
option to hide#private
members while allowingprivate
members, #3017. - Added support for TypeScript's
@this
tag for JS files which describethis
parameters, #3026.