Skip to content

Commit

Permalink
chore: Remove unneeded handling for @Suppress and @alias. (#8633)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Oct 31, 2024
1 parent e4eb975 commit 631190c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// Include the definitions that are required for API Extractor
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
"tagDefinitions": [
{
"tagName": "@alias",
"syntaxKind": "block"
},
{
"tagName": "@define",
"syntaxKind": "block"
Expand All @@ -18,18 +14,12 @@
{
"tagName": "@nocollapse",
"syntaxKind": "modifier"
},
{
"tagName": "@suppress",
"syntaxKind": "modifier"
}
],

"supportForTags": {
"@alias": true,
"@define": true,
"@license": true,
"@nocollapse": true,
"@suppress": true
"@nocollapse": true
}
}

0 comments on commit 631190c

Please sign in to comment.