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