formatting
This commit is contained in:
parent
8338d76514
commit
5115c9ac55
1 changed files with 3 additions and 9 deletions
12
typedoc.json
12
typedoc.json
|
@ -1,14 +1,8 @@
|
|||
{
|
||||
"entryPoints": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"entryPoints": ["src/**/*.ts"],
|
||||
"out": "docs",
|
||||
"exclude": [
|
||||
"**/*+(test|spec).ts"
|
||||
],
|
||||
"exclude": ["**/*+(test|spec).ts"],
|
||||
"theme": "default",
|
||||
"plugin": [
|
||||
"typedoc-plugin-markdown"
|
||||
],
|
||||
"plugin": ["typedoc-plugin-markdown"],
|
||||
"categorizeByGroup": true
|
||||
}
|
||||
|
|
Reference in a new issue