mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-19 07:13:56 +00:00
28 lines
445 B
JSON
28 lines
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
|
||
|
}
|
||
|
}
|