[Docs] Add interface to known tags in tsdoc

This commit is contained in:
Sirz Benjie 2025-09-10 13:46:40 -05:00
parent 496d9a10d7
commit db52ff0f73
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -13,6 +13,10 @@
{
"tagName": "@module",
"syntaxKind": "modifier"
},
{
"tagName": "@interface",
"syntaxKind": "modifier"
}
]
}