Skip to content

Commit 87ef8b6

Browse files
initialize
1 parent 57d51ed commit 87ef8b6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

typedoc.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://typedoc.org/schema.json",
3+
"name": "Discord.https",
4+
"entryPoints": [
5+
"src/index.ts",
6+
// "src/*.ts",
7+
"src/adapter/*.ts",
8+
"src/interactionRouter/*.ts",
9+
"src/structures/BaseInterction.ts",
10+
"src/structures/ChatInputCommandInteraction.ts",
11+
],
12+
"out": "docs",
13+
"theme": "typedoc-material-theme",
14+
"themeColor": "#90D5FF",
15+
"excludePrivate": true,
16+
"includeVersion": true,
17+
"hideGenerator": false,
18+
"externalSymbolLinkMappings": {
19+
"@discordjs/rest": {
20+
"REST": "https://discord.js.org/docs/packages/rest/main"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)