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