-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtypedoc.json
More file actions
23 lines (23 loc) · 733 Bytes
/
Copy pathtypedoc.json
File metadata and controls
23 lines (23 loc) · 733 Bytes
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",
"cleanOutputDir": true,
"entryPoints": ["./src/**/*.ts"],
"entryPointStrategy": "resolve",
"exclude": ["./src/index.ts"],
"excludeExternals": true,
"gitRevision": "latest",
"name": "Homebridge Shortcuts Buttons",
"out": "./docs",
"plugin": ["typedoc-plugin-merge-modules", "typedoc-plugin-missing-exports"],
"sort": ["kind", "alphabetical", "instance-first"],
"tsconfig": "./tsconfig.json",
"hostedBaseUrl": "https://homebridge-shortcuts-buttons.duddu.dev",
"useHostedBaseUrlForAbsoluteLinks": true,
"favicon": "./assets/favicon.ico",
"visibilityFilters": {
"external": false,
"inherited": true,
"private": true,
"protected": true
}
}