blob: f5b91f4af69b1eed49f16f663711875eadc5d814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
"tagDefinitions": [
{
"tagName": "@license",
"syntaxKind": "modifier",
"allowMultiple": false
}
],
"supportForTags": {
"@license": true
}
}
|