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