Skip to content

Commit

Permalink
fix missing tsdoc in components
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed May 2, 2022
1 parent 0563e28 commit dd16f5b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/web-components/fast-components/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 dd16f5b

Please sign in to comment.