diff options
Diffstat (limited to 'typedoc.json')
-rw-r--r-- | typedoc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typedoc.json b/typedoc.json index 0b1e4c1..ea83dc4 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,7 @@ { "name": "Githermit docs", "entryPoints": [ + "packages/server/src/cache/index.ts", "packages/server/src/git/index.ts", "packages/api/src/index.d.ts" ], |