Search code examples
javascripttypescripttypescript-typingstsconfigincremental-build

What is the meaning of incremental in tsconfig.json?


As exploring tsconfig.json file i stuck on what is exact meaning of incremental in tsconfig.json

image


Solution

  • Enable incremental compilation by reading/writing information from prior compilations to a file on disk. This file is controlled by the --tsBuildInfoFile flag.

    Please refer compiler options : https://www.typescriptlang.org/docs/handbook/compiler-options.html