ByteDance Web Infra
Sep 8, 2022 · Frontend Development
Understanding Incremental Compilation in TypeScript
TypeScript’s incremental compilation, introduced in version 3.4, speeds up build times by reusing previous build information stored in a tsBuildInfoFile, and this article explains the entry points, how old and current programs are created, change detection rules, and configuration of the buildInfo file.
BuildInfoCompilation OptimizationIncremental Compilation
0 likes · 9 min read