2025-02-09 10:00:02 -06:00
|
|
|
{
|
2025-02-09 10:33:44 -06:00
|
|
|
"entryPoints": ["src/**/*.ts"],
|
2025-02-09 10:00:02 -06:00
|
|
|
"out": "docs",
|
2025-02-09 10:33:44 -06:00
|
|
|
"exclude": ["**/*+(test|spec).ts"],
|
2025-02-09 10:00:02 -06:00
|
|
|
"theme": "default",
|
2025-02-09 10:33:44 -06:00
|
|
|
"plugin": ["typedoc-plugin-markdown"],
|
2025-02-09 10:00:02 -06:00
|
|
|
"categorizeByGroup": true
|
|
|
|
}
|