dce8acbf17
* Clean up README a little This just removes some of the most egregious lies and outdated stuff. There's a *lot* more that can be done here. * Add some test utils in a new entrypoint * Fix comment * Update src/testing.ts
9 lines
312 B
JSON
9 lines
312 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", "src/types.ts", "src/testing.ts"],
|
|
"excludeExternals": true,
|
|
"out": "_docs"
|
|
}
|