mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
a256ae2e6c
* working on getting actions to run * running all tests * run on CHROME only * Update test.yml * ignoring node_modules * updating typedocs * trying to ignore compiler errors * Update tsconfig.json * running doc tests in parallel * speeding up docs example tests * Update test.yml * testing README * 2 spaces instead of 4 * codecov * remove travis ci * adding token * updating codecov
12 lines
No EOL
339 B
JSON
12 lines
No EOL
339 B
JSON
{
|
|
"name" : "Tone.js",
|
|
"entryPoints": ["../Tone"],
|
|
"out":"../docs",
|
|
"defaultCategory" : "Global",
|
|
"categorizeByGroup" : true,
|
|
"categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"],
|
|
"externalPattern": ["**/node_modules/**"],
|
|
"excludeProtected" : true,
|
|
"excludePrivate" : true,
|
|
"hideGenerator": true,
|
|
} |