-
Notifications
You must be signed in to change notification settings - Fork 1
/
typedoc.json
38 lines (38 loc) · 853 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
{
"entryPoints": [
"./build/fullTypes/bootstrap.d.ts",
"./build/fullTypes/natives.d.ts",
"./build/fullTypes/constants.d.ts"
],
"out": "./build/doc",
"tsconfig": "./build/fullTypes/tsconfig.json",
"modifierTags": [
"@public",
"@private",
"@protected",
"@internal",
"@readonly",
"@packageDocumentation",
"@eventProperty",
"@alpha",
"@beta",
"@experimental",
"@sealed",
"@override",
"@virtual",
"@hidden",
"@ignore",
"@enum",
"@event",
"@overload",
"@namespace",
"@interface",
"@showCategories",
"@hideCategories",
"@showGroups",
"@hideGroups",
"@pure",
"@async"
],
"useTsLinkResolution": true
}