aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/jsdoc.conf
blob: 047a5bcde2f9d608036de5a615e866eab9460dda (plain)
1
2
3
4
5
6
7
8
{
  "source": {
      "includePattern": "src/.+\\.(js|mjs)$"
  },
  "opts": {
    "destination": "./docs/"
  }
}