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