chore: enable "incremental" in tsconfig
All checks were successful
Build / build (18) (push) Successful in 43s
Build / build (20) (push) Successful in 53s
Build / build (22) (push) Successful in 58s
Build / build (18) (pull_request) Successful in 41s
Build / build (20) (pull_request) Successful in 54s
Build / build (22) (pull_request) Successful in 57s
All checks were successful
Build / build (18) (push) Successful in 43s
Build / build (20) (push) Successful in 53s
Build / build (22) (push) Successful in 58s
Build / build (18) (pull_request) Successful in 41s
Build / build (20) (pull_request) Successful in 54s
Build / build (22) (pull_request) Successful in 57s
This should make subsequent runs of `npm run build` a bit faster.
This commit is contained in:
parent
0869bbfb27
commit
97a2169e74
@ -3,7 +3,7 @@
|
|||||||
/* Visit https://aka.ms/tsconfig to read more about this file */
|
/* Visit https://aka.ms/tsconfig to read more about this file */
|
||||||
|
|
||||||
/* Projects */
|
/* Projects */
|
||||||
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
"incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
|
||||||
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
|
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
|
||||||
// "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
|
// "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
|
||||||
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
|
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user