.esdoc.json 403 B

1234567891011121314151617181920
  1. {
  2. "source": "./src",
  3. "destination": "./doc",
  4. "title": "wavesurfer.js documentation",
  5. "styles": ["example/css/doc.css"],
  6. "lint": true,
  7. "builtinExternal": true,
  8. "experimentalProposal": {
  9. "classProperties": true,
  10. "objectRestSpread": true,
  11. "exportExtensions": true
  12. },
  13. "test": {
  14. "type": "mocha",
  15. "source": "spec"
  16. },
  17. "manual": {
  18. "changelog": ["CHANGES.md"]
  19. }
  20. }