diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-20 19:47:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-20 19:47:28 +0200 |
| commit | bfd26c004f1bbc07f049013ab4e8de970e14341f (patch) | |
| tree | 800cb1fc34dd696360588151ff39f505d548ee8c /config | |
| parent | 3691a033c39f88886b8467c14f33245dc1193c8d (diff) | |
Recover from npm packagev1.1.0
Diffstat (limited to 'config')
| -rw-r--r-- | config/jsdoc.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/jsdoc.json b/config/jsdoc.json new file mode 100644 index 0000000..1ad13c4 --- /dev/null +++ b/config/jsdoc.json @@ -0,0 +1,9 @@ +{ + "plugins": ["plugins/markdown"], + "opts": { + "destination": "doc", + "readme": "README.md", + "template": "node_modules/jsdoc-augmented-template", + "recurse": true + } +} |