TypeDoc does not specify a @version tag in its set of default tags. However, it does provide the blockTags option which can be used to tell TypeDoc to parse additional tags.
You could set this from your TypeDoc config, but it is probably better to create a tsdoc.json file which extends the base TypeDoc configuration.
TypeDoc does not specify a
@versiontag in its set of default tags. However, it does provide the blockTags option which can be used to tell TypeDoc to parse additional tags.You could set this from your TypeDoc config, but it is probably better to create a
tsdoc.jsonfile which extends the base TypeDoc configuration.