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

This commit is contained in:
NightKev 2025-07-27 18:03:34 -07:00 committed by Bertie690
parent 23cd816e32
commit 7842bf435f

View File

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