-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypedoc.json
More file actions
34 lines (34 loc) · 998 Bytes
/
typedoc.json
File metadata and controls
34 lines (34 loc) · 998 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
{
"$schema": "https://typedoc.org/schema.json",
"tsconfig": "./tsconfig.typedoc.json",
"entryPoints": [
"packages/roller/src/index.ts",
"packages/games/src/blades.generated.ts",
"packages/games/src/daggerheart.generated.ts",
"packages/games/src/fifth.generated.ts",
"packages/games/src/root-rpg.generated.ts",
"packages/games/src/salvageunion.generated.ts",
"packages/games/src/pbta.generated.ts"
],
"entryPointStrategy": "expand",
"out": "docs/api",
"exclude": [
"**/__tests__/**",
"**/__benchmarks__/**",
"**/*.test.ts",
"**/*.spec.ts",
"**/*.bench.ts"
],
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"readme": "packages/roller/README.md",
"name": "RANDSUM API Documentation",
"includeVersion": true,
"gitRevision": "main",
"navigationLinks": {
"RANDSUM Home": "https://randsum.dev",
"Docs": "https://randsum.dev/docs/",
"GitHub": "https://github.com/RANDSUM/randsum"
}
}