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",
|
2024-10-07 12:38:28 +01:00
|
|
|
"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
|
|
|
}
|