-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Tooling
-
Not Needed
Description
Adding the extends field to our tsdoc.json settings file can make sure we're using the tags that api-extractor supports for the rollup of documentation & type defintions
See documentation: https://api-extractor.com/pages/configs/tsdoc_json/
AC
- Add the following to tsdoc.json:
{ "extends": [ "@microsoft/api-extractor/extends/tsdoc-base.json" ], // ... "supportForTags": { "@event": true, "@since": true, "@sinceServerVersion": true, "@category": true } }