3 /* Visit https://aka.ms/tsconfig to read more about this file */
4
5 /* Projects */
6- // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
6+ "incremental": true,
7+ "tsBuildInfoFile": "./.tsbuildinfo",
8 // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
8- // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
9 // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
10 // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
11 // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */