The wikipedia page for TypeScript mentions that the compiler itself is written in TypeScript.
How is this possible? TypeScript transcompiles to JavaScript, and JavaScript is typically interpreted by a web browser.
How is the tsc compiler binary generated?