Tone.js/scripts/typedoc.json

12 lines
361 B
JSON
Raw Normal View History

2019-08-26 17:55:52 +00:00
{
"name" : "Tone.js",
"mode": "file",
"defaultCategory" : "Global",
"categorizeByGroup" : true,
2019-09-16 14:49:46 +00:00
"categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"],
2019-08-26 17:55:52 +00:00
"exclude" : ["./Tone/**/*.test.ts", "./test/**/*.ts"],
"excludeProtected" : true,
"excludePrivate" : true,
2019-09-12 19:54:06 +00:00
"listInvalidSymbolLinks" : true,
"excludeNotExported" : false
2019-08-26 17:55:52 +00:00
}