-
Notifications
You must be signed in to change notification settings - Fork 106
/
typedoc.json
40 lines (40 loc) · 1001 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/index.ts"],
"excludeInternal": true,
"externalSymbolLinkMappings": {
"got": {
"Options": "https://github.com/sindresorhus/got/tree/v11.8.5?tab=readme-ov-file#options",
"Progress": "https://github.com/sindresorhus/got/tree/v11.8.5?tab=readme-ov-file#downloadprogress"
}
},
"navigation": true,
"categoryOrder": ["Download Electron", "Download Artifact", "Downloader", "Utility", "*"],
"categorizeByGroup": false,
"sort": ["kind", "required-first", "alphabetical"],
"kindSortOrder": [
"Reference",
"Project",
"Module",
"Namespace",
"Enum",
"EnumMember",
"Function",
"Class",
"Interface",
"TypeAlias",
"Constructor",
"Property",
"Variable",
"Accessor",
"Method",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
]
}