nope/jsdoc.json
Martin Karkowski 27e5f5569b Adding Comments
Adding Possiblity to generate a Documentation

Signed-off-by: Martin Karkowski <m.karkowski@dozema.local>
2020-09-11 09:36:14 +02:00

17 lines
299 B
JSON

{
"tags": {
"allowUnknownTags": [
"optional"
]
},
"plugins": [
"node_modules/better-docs/typescript"
],
"source": {
"includePattern": "\\.(ts|tsx)$"
},
"opts": {
"destination": "./docs/",
"recurse": true
}
}