mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
* Centralize the api-extractor.json files, update usage * Support @since * Tidy up a few warnings relating to API documentation content Fixes: #14838 Test-bot: skip
15 lines
No EOL
342 B
JSON
15 lines
No EOL
342 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
|
"tagDefinitions": [
|
|
{
|
|
"tagName": "@since",
|
|
"syntaxKind": "block",
|
|
"allowMultiple": false
|
|
}
|
|
],
|
|
|
|
"supportForTags": {
|
|
"@since": true
|
|
}
|
|
} |