-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
29 lines (29 loc) · 847 Bytes
/
Copy pathtypedoc.json
File metadata and controls
29 lines (29 loc) · 847 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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/index.ts"],
"out": "api-docs",
"name": "matchigo",
"includeVersion": true,
"readme": "none",
"hideGenerator": true,
"excludePrivate": true,
"excludeInternal": true,
"excludeProtected": false,
"sort": ["source-order"],
"categorizeByGroup": true,
"navigationLinks": {
"GitHub": "https://github.com/SUP2Ak/matchigo",
"npm": "https://www.npmjs.com/package/matchigo",
"README": "https://github.com/SUP2Ak/matchigo#readme"
},
"sidebarLinks": {
"FAQ": "https://github.com/SUP2Ak/matchigo/blob/main/FAQ.md",
"Benchmarks": "https://github.com/SUP2Ak/matchigo/blob/main/bench/bench-report.bun.md"
},
"treatWarningsAsErrors": false,
"validation": {
"notExported": false,
"invalidLink": true,
"notDocumented": false
}
}