What TypeScript definition do I need in order for the TypeScript compiler to recognize Firebug's
window.console.debug
It recognizes
window.console.log
Without any issues. I can't find a Firebug-specific definitions file (and I'm not even sure what .js file I could generate a definition file from).