tsconfig.json中的incremental是什么意思?

What is the meaning of incremental in tsconfig.json?

在探索 tsconfig.json 文件时,我坚持 tsconfig.json

中增量的确切含义

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

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