feat: typedoc

This commit is contained in:
karishmas6
2024-10-24 19:23:33 +05:30
parent 853ac8de53
commit 77563d9971

7
typedoc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src", "./server/src"],
"sort": ["source-order"],
"categorizeByGroup": false,
"tsconfig": "./tsconfig.json"
}