Tone.js/scripts/.tsdoc.json

28 lines
445 B
JSON
Raw Normal View History

{
"plugins": [],
"recurseDepth": 2,
"source": {
"include": [
"Tone",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules)"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"opts": {
"template": "node_modules/tsd-jsdoc/dist",
"destination": "./",
"encoding": "utf8",
"private": false,
"recurse": true
}
}