ts-patch offers a powerful and straightforward way to patch TypeScript compiler (tsc) at runtime. It allows you to seamlessly integrate custom transformations and augmentations without modifying the core TypeScript installation. This is perfect for experimenting with new language features, applying bug fixes, or adding domain-specific logic to the compilation process, enhancing TypeScript's functionality on a project-specific basis. ts-patch aims to improve incremental builds and offers CLI support.