Browse Source

Allow incremental compilation

pull/41/head
Abheek Dhawan 3 years ago
parent
commit
5a4a27fdb9
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 2
      tsconfig.json

2
tsconfig.json

@ -3,7 +3,7 @@
/* Visit https://aka.ms/tsconfig.json to read more about this file */
/* Projects */
// "incremental": true, /* Enable incremental compilation */
"incremental": true, /* Enable incremental compilation */
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
// "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */

Loading…
Cancel
Save