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" +}