Architectural Overview
Compiler Internals
Compiler of typescript is written entirely in typescript. Seems like "The chicken and egg problem". But there is terms coined for such type of compilers know as bootstrapping ( self-compiling compiler ).

Last updated