forked from profectus/Profectus
Added typedoc config
This commit is contained in:
parent
11b1bc9abe
commit
176bc409d7
1 changed files with 11 additions and 1 deletions
|
@ -35,5 +35,15 @@
|
|||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
],
|
||||
"typedocOptions": {
|
||||
"entryPoints": ["src"],
|
||||
"entryPointStrategy": "expand",
|
||||
"cleanOutputDir": true,
|
||||
"name": "Profectus",
|
||||
"includeVersion": true,
|
||||
"categorizeByGroup": false,
|
||||
"readme": "none",
|
||||
"out": "../api"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue