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