-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
31 lines (31 loc) · 783 Bytes
/
typedoc.json
File metadata and controls
31 lines (31 loc) · 783 Bytes
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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.esm.d.ts"],
"includeVersion": true,
"cleanOutputDir": false,
"disableSources": true,
"excludeInternal": true,
"excludePrivate": true,
"githubPages": true,
"categorizeByGroup": true,
"defaultCategory": " ",
"categoryOrder": [
"Path related",
"Read and write",
"Copy, move and remove",
"Ensure",
"Is ... ?",
"List directory contents",
"Watch",
"File info",
"Read and write Sync",
"Copy, move and remove Sync",
"Ensure Sync",
"Is ... ? Sync",
"List directory contents Sync",
"Watch Sync",
"File info Sync",
"Others",
"*"
]
}