Tone.js/scripts/.tsdoc.json
tambien f9a4a14a43 generating typescript defs from jsdocs
jsdocs will need to be updated to be more useful as tsdefs
2019-01-28 12:43:20 -05:00

28 lines
No EOL
445 B
JSON

{
"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
}
}