Files
TeyvatGuide/tsdoc.json
2025-12-24 17:17:40 +08:00

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"
}
]
}