-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathtypedoc.json
More file actions
40 lines (40 loc) · 784 Bytes
/
typedoc.json
File metadata and controls
40 lines (40 loc) · 784 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
32
33
34
35
36
37
38
39
40
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["lib/index.ts"],
"entryPointStrategy": "resolve",
"out": "docs",
"exclude": ["node_modules", "dist"],
"readme": "none",
"sort": [
"kind",
"instance-first",
"alphabetical-ignoring-documents"
],
"kindSortOrder": [
"Reference",
"Project",
"Module",
"Namespace",
"Class",
"Interface",
"TypeAlias",
"Constructor",
"Enum",
"EnumMember",
"Property",
"Variable",
"Function",
"Accessor",
"Method",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
]
// "gaID": "UA-11343647-11",
// "plugin": ["typedoc-plugin-ga"]
}