i18n
If you're using i18n feature, please add tsdoc.json file within the installed directory.
tsdoc.json should contain tagDefinitions of i18n tags you're using with syntaxkind: inline.
{
"tagDefinitions": [
{
"tagName": "@ko",
"syntaxKind": "inline",
"allowMultiple": true
}
]
}