-
-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy pathtypedoc.json
More file actions
25 lines (25 loc) · 638 Bytes
/
Copy pathtypedoc.json
File metadata and controls
25 lines (25 loc) · 638 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
{
"$schema": "https://typedoc.org/schema.json",
"entryPointStrategy": "packages",
// prettier-ignore
"entryPoints": [
"packages/discord-player",
"packages/discord-voip",
"packages/equalizer",
"packages/extractor",
"packages/utils",
"packages/ffmpeg",
"packages/opus"
],
"githubPages": false,
"readme": "none",
"skipErrorChecking": true,
"excludeInternal": true,
"exclude": ["node_modules", "dist", "__test__"],
"cleanOutputDir": true,
"name": "Discord Player",
"hideGenerator": true,
"excludePrivate": true,
"excludeExternals": true,
"excludeReferences": true
}