-
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) · 855 Bytes
/
Copy pathtypedoc.json
File metadata and controls
31 lines (31 loc) · 855 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",
"name": "DefiData",
"entryPoints": ["./source"],
"entryPointStrategy": "expand",
"exclude": ["./source/protocols/multicall3.ts", "./source/helpers/*"],
"includeVersion": true,
"excludeExternals": true,
"excludeNotDocumented": false,
"excludePrivate": true,
"excludeProtected": true,
"excludeReferences": true,
"disableSources": false,
"out": "./docs",
"githubPages": true,
"cacheBust": true,
"hideParameterTypesInTitle": true,
"navigation": {
"includeCategories": true,
"includeGroups": false,
"fullTree": true
},
"categorizeByGroup": false,
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": false,
"external": false,
},
"sort": ["kind"]
}