mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
12 lines
No EOL
361 B
JSON
12 lines
No EOL
361 B
JSON
{
|
|
"name" : "Tone.js",
|
|
"mode": "file",
|
|
"defaultCategory" : "Global",
|
|
"categorizeByGroup" : true,
|
|
"categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"],
|
|
"exclude" : ["./Tone/**/*.test.ts", "./test/**/*.ts"],
|
|
"excludeProtected" : true,
|
|
"excludePrivate" : true,
|
|
"listInvalidSymbolLinks" : true,
|
|
"excludeNotExported" : false
|
|
} |