-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
typedoc.json
23 lines (23 loc) · 975 Bytes
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://typedoc.org/schema.json",
"disableSources": true,
"parametersFormat": "table",
"textContentMappings": {
"title.memberPage": "{kind}: {name}\n\n[💗 Help the project](https://github.com/sponsors/panva)\n\nSupport from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by [becoming a sponsor](https://github.com/sponsors/panva).\n\n***\n\n",
"title.indexPage": "{projectName} API Reference"
},
"hideBreadcrumbs": true,
"hidePageHeader": true,
"entryPoints": ["src/index.ts"],
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"gitRevision": "main",
"logLevel": "Warn",
"hideGenerator": true,
"out": "docs",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-mdn-links"],
"readme": "none",
"sort": ["kind", "static-first", "required-first", "alphabetical"]
}