[Docs] Add @module modifier tag to tsdoc.json

This commit is contained in:
NightKev 2025-07-27 18:03:34 -07:00
parent c0e755c3c3
commit 3434078329

View File

@ -9,6 +9,10 @@
{
"tagName": "@linkcode",
"syntaxKind": "inline"
},
{
"tagName": "@module",
"syntaxKind": "modifier"
}
]
}