draggable/tsdoc.json
2023-09-27 18:44:03 -07:00

11 lines
230 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["typedoc/tsdoc.json"],
"tagDefinitions": [
{
"tagName": "@cancelable",
"syntaxKind": "modifier"
}
]
}