mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-01-25 17:52:37 +08:00
26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
"supportForTags": {
|
|
"@example": true,
|
|
"@link": true,
|
|
"@param": true,
|
|
"@remarks": true,
|
|
"@returns": true,
|
|
"@see": true,
|
|
"@since": true,
|
|
"@TODO": true,
|
|
"@typeParam": true
|
|
},
|
|
"tagDefinitions": [
|
|
{
|
|
"tagName": "@since",
|
|
"syntaxKind": "block",
|
|
"allowMultiple": false
|
|
},
|
|
{
|
|
"tagName": "@TODO",
|
|
"syntaxKind": "block"
|
|
}
|
|
]
|
|
}
|