From 77563d99713f9b010182108e4f4837d3fb15b303 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 19:23:33 +0530 Subject: [PATCH] feat: typedoc --- typedoc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 typedoc.json diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 00000000..d1c51498 --- /dev/null +++ b/typedoc.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://typedoc.org/schema.json", + "entryPoints": ["./src", "./server/src"], + "sort": ["source-order"], + "categorizeByGroup": false, + "tsconfig": "./tsconfig.json" +}