PackwizJS/typedoc.json
2025-02-09 10:33:44 -06:00

8 lines
184 B
JSON

{
"entryPoints": ["src/**/*.ts"],
"out": "docs",
"exclude": ["**/*+(test|spec).ts"],
"theme": "default",
"plugin": ["typedoc-plugin-markdown"],
"categorizeByGroup": true
}