2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-15 20:18:24 +00:00
Tone.js/scripts/typedoc.json

12 lines
361 B
JSON
Raw Normal View History

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