mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
f9a4a14a43
jsdocs will need to be updated to be more useful as tsdefs
28 lines
No EOL
445 B
JSON
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
|
|
}
|
|
} |