Skip to content

Commit f917269

Browse files
author
xyzjesper
committed
Add typedoc.json to doc.yml
1 parent 309a0fd commit f917269

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

typedoc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://typedoc.org/schema.json",
3+
"entryPoints": [
4+
"./src/*"
5+
],
6+
"tsconfig": "./tsconfig.json",
7+
"out": "doc",
8+
"basePath": "/docs",
9+
"html": "true",
10+
"name": "DisBot"
11+
}

0 commit comments

Comments
 (0)