jsdoc.config.json 259 B

12345678910
  1. {
  2. "opts": {
  3. "destination": "docs_new",
  4. "encoding": "utf8",
  5. "package": "package.json",
  6. "recurse": true,
  7. "template": "node_modules/clean-jsdoc-theme"
  8. },
  9. "plugins": [ "plugins/markdown" ]
  10. }
粤ICP备19079148号