mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 23:10:16 +00:00
90f4ae0b7a
* Make shared-components vitest happier Silence logs about legacy JSX transform * Fix typedoc warning
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPoints": ["src/index.ts"],
|
|
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-missing-exports"],
|
|
"out": "typedoc",
|
|
"hidePageHeader": true,
|
|
"hidePageTitle": true,
|
|
"hideBreadcrumbs": true,
|
|
"useCodeBlocks": true,
|
|
"parametersFormat": "table",
|
|
"propertiesFormat": "table",
|
|
"enumMembersFormat": "table",
|
|
"typeDeclarationFormat": "table",
|
|
"indexFormat": "table",
|
|
"publicPath": "https://github.com/element-hq/element-web/blob/develop/packages/shared-components/",
|
|
"sourceLinkTemplate": "https://github.com/element-hq/element-web/blob/develop/{path}#L{line}",
|
|
"name": "@element-hq/web-shared-components",
|
|
"categorizeByGroup": true,
|
|
"externalSymbolLinkMappings": {
|
|
"@types/react": {
|
|
"*": "https://react.dev/"
|
|
},
|
|
"react-virtuoso": {
|
|
"*": "https://virtuoso.dev/"
|
|
},
|
|
"linkifyjs": {
|
|
"*": "https://linkify.js.org/docs/"
|
|
}
|
|
}
|
|
}
|