blob: 41c43497556f72eeb70b88fc75a623220695fd94 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
}
|