Add jsdoc config file

- Gets passed from jsdoc2md to jsdoc
This commit is contained in:
Spiker985 2023-02-24 22:30:35 -05:00 committed by GitHub
parent 199435f57e
commit 56adb2e9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
docs/.jsdoc.json Normal file
View File

@ -0,0 +1,11 @@
{
"recurseDepth": 10,
"source": {
"include": ["src", "packages"],
"exclude": ["node_modules"],
"excludePattern": "((^|\\/|\\\\)_|node_modules)"
},
"opts": {
"recurse": true
}
}