Update tsdoc to inherit from api-extractor settings

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Tooling
    • Not Needed
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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
            }
        }
        

              Assignee:
              Unassigned
              Reporter:
              Neal Beeken
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: