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

14 lines
208 B
JSON

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