Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
348 B
JSON
Raw Permalink Normal View History

2023-04-28 09:41:28 +01:00
{
2024-03-06 08:49:16 +00:00
"$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/crypto-api", "src/types.ts", "src/testing.ts", "src/utils/*.ts"],
2024-03-06 08:49:16 +00:00
"excludeExternals": true,
"out": "_docs"
2023-04-28 09:41:28 +01:00
}