nope/jsdoc.json
2020-10-27 20:22:41 +01:00

14 lines
229 B
JSON

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