Added typedoc config

This commit is contained in:
thepaperpilot 2022-03-08 00:24:47 -06:00
parent 11b1bc9abe
commit 176bc409d7

View file

@ -35,5 +35,15 @@
],
"exclude": [
"node_modules"
]
],
"typedocOptions": {
"entryPoints": ["src"],
"entryPointStrategy": "expand",
"cleanOutputDir": true,
"name": "Profectus",
"includeVersion": true,
"categorizeByGroup": false,
"readme": "none",
"out": "../api"
}
}