Created
November 25, 2020 19:51
-
-
Save basyusuf/0bcab60ba6826ff489f8b3357bf792c1 to your computer and use it in GitHub Desktop.
JSDoc Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"source":{ | |
"include":["src"], | |
"includePattern":".js$", | |
"excludePattern":"(node_modules/|docs)" | |
}, | |
"plugins":["plugins/markdown"], | |
"templates":{ | |
"cleverLinks":true, | |
"monospaceLinks":true | |
}, | |
"opts":{ | |
"recurse":true, | |
"destination":"./docs/", | |
"readme":"./readme.md", | |
"encoding":"utf8" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment