Files
parcer/typedoc.json

8 lines
186 B
JSON
Raw Permalink Normal View History

2024-10-24 19:23:33 +05:30
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src", "./server/src"],
"sort": ["source-order"],
"categorizeByGroup": false,
"tsconfig": "./tsconfig.json"
}