jsdoc.config.json 397 B

1234567891011121314151617181920
  1. {
  2. "tags": {
  3. "allowUnknownTags": true,
  4. "dictionaries": ["jsdoc", "closure"]
  5. },
  6. "source": {
  7. "include": ["types/chartHelper.js"],
  8. "excludePattern": "(^|\\/|\\\\)_"
  9. },
  10. "plugins": [],
  11. "templates": {
  12. "cleverLinks": false,
  13. "monospaceLinks": false
  14. },
  15. "opts": {
  16. "encoding": "utf8",
  17. "destination": "./types/docs",
  18. "template": "node_modules/docdash"
  19. }
  20. }