7fee37680f
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
9 lines
278 B
JSON
9 lines
278 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"plugin": ["typedoc-plugin-mdn-links", "typedoc-plugin-missing-exports", "typedoc-plugin-coverage"],
|
|
"coverageLabel": "TypeDoc",
|
|
"entryPoints": ["src/matrix.ts"],
|
|
"excludeExternals": true,
|
|
"out": "_docs"
|
|
}
|