Skip to content

Commit 4f1d500

Browse files
initialize
1 parent f439a61 commit 4f1d500

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

typedoc.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
"name": "Discord.https",
44
"entryPoints": [
55
"src/index.ts",
6-
// "src/*.ts",
76
"src/adapter/*.ts",
87
"src/interactionRouter/*.ts",
98
"src/structures/BaseInterction.ts",
109
"src/structures/ChatInputCommandInteraction.ts",
1110
],
1211
"out": "docs",
13-
"theme": ["typedoc-material-theme"],
14-
"themeColor": "#90D5FF",
12+
"theme": "typedoc-material-theme",
1513
"excludePrivate": true,
1614
"includeVersion": true,
1715
"hideGenerator": false,

0 commit comments

Comments
 (0)