Skip to content

Commit

Permalink
Add tsdoc.json to resolve api-extractor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkticehurst committed Dec 6, 2023
1 parent 43d79e5 commit 189641d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions tsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
"tagDefinitions": [
{
"tagName": "@slot",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@csspart",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@cssprop",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@cssproperty",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@event",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@fires",
"syntaxKind": "block",
"allowMultiple": true
}
],
"supportForTags": {
"@slot": true,
"@csspart": true,
"@cssprop": true,
"@cssproperty": true,
"@event": true,
"@fires": true
}
}

0 comments on commit 189641d

Please sign in to comment.