As exploring tsconfig.json file i stuck on what is exact meaning of incremental in tsconfig.json
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