aboutsummaryrefslogtreecommitdiff
path: root/typedoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'typedoc.json')
-rw-r--r--typedoc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/typedoc.json b/typedoc.json
new file mode 100644
index 0000000..41c4349
--- /dev/null
+++ b/typedoc.json
@@ -0,0 +1,11 @@
+{
+ "entryPoints": [
+ "packages/server/src/git/index.ts",
+ "packages/api/src/index.d.ts"
+ ],
+ "hideGenerator": true,
+ "out": "docs",
+ "tsconfig": "packages/server/tsconfig.json",
+ "theme": "node_modules/typedoc-theme-slick-dark/bin/default",
+ "highlightTheme": "dark-plus"
+} \ No newline at end of file