tsconfig.json 中的增量是什么意思?

Pan*_*404 9 javascript incremental-build typescript tsconfig typescript-typings

在探索 tsconfig.json 文件时,我一直关注 tsconfig.json 中增量的确切含义是什么

图像

小智 7

通过将先前编译的信息读/写到磁盘上的文件来启用增量编译。该文件由 --tsBuildInfoFile 标志控制。

请参考编译器选项:https://www.typescriptlang.org/docs/handbook/compiler-options.html