UNPKG

305 BJSONView Raw
1{
2 "source": {
3 "include": ["index.js", "lib"],
4 "exclude": ["build", "node_modules"],
5 "includePattern": ".+\\.js(doc)?$",
6 "excludePattern": "(^|\\/|\\\\)_"
7 },
8 "opts": {
9 "encoding": "utf8",
10 "destination": "./docs/",
11 "recurse": true
12 }
13}