npm install typedoc @mxssfd/typedoc-theme -Duse script command
typedoc --plugin @mxssfd/typedoc-theme --theme my-themeor
use typedoc.json
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["@mxssfd/typedoc-theme"],
"theme": "my-theme"
}


