Tldraw/tsdoc.json

16 wiersze
285 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
"tagDefinitions": [
{
"tagName": "@react",
"syntaxKind": "modifier"
}
],
"supportForTags": {
"@react": true
}
}