1.2.0 • Published 10 months ago
@aviene/typedoc-config-base v1.2.0
TypeDoc Config Documentation
Documentation for the
@aviene/typedoc-config-base
module.
Usage
npm install -D @aviene/typedoc-config-base
And reference it in your typedoc.config.js file:
{
"extends": ["@aviene/typedoc-config-base"],
"entryPoints": ["src/index.ts"]
}