21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"source": "./src",
|
|
"destination": "./doc",
|
|
"title": "wavesurfer.js documentation",
|
|
"styles": ["example/css/doc.css"],
|
|
"lint": true,
|
|
"builtinExternal": true,
|
|
"experimentalProposal": {
|
|
"classProperties": true,
|
|
"objectRestSpread": true,
|
|
"exportExtensions": true
|
|
},
|
|
"test": {
|
|
"type": "mocha",
|
|
"source": "spec"
|
|
},
|
|
"manual": {
|
|
"changelog": ["CHANGES.md"]
|
|
}
|
|
}
|