Skip to content

Commit

Permalink
Add jsdoc config file
Browse files Browse the repository at this point in the history
- Gets passed from jsdoc2md to jsdoc
  • Loading branch information
Spiker985 authored Feb 25, 2023
1 parent 199435f commit 56adb2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recurseDepth": 10,
"source": {
"include": ["src", "packages"],
"exclude": ["node_modules"],
"excludePattern": "((^|\\/|\\\\)_|node_modules)"
},
"opts": {
"recurse": true
}
}

0 comments on commit 56adb2e

Please sign in to comment.