Speed up TypeScript type checking

This commit is contained in:
Fedor Indutny
2025-10-01 17:01:43 -07:00
committed by GitHub
parent 4973b9b204
commit 9003c1ff73

View File

@@ -12,7 +12,7 @@
/* Save .tsbuildinfo files to allow for incremental compilation of projects. */ /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
"incremental": true, "incremental": true,
/* Enable constraints that allow a TypeScript project to be used with project references. */ /* Enable constraints that allow a TypeScript project to be used with project references. */
"composite": true, "composite": false,
/* Specify the path to .tsbuildinfo incremental compilation file. */ /* Specify the path to .tsbuildinfo incremental compilation file. */
// "tsBuildInfoFile": "./.tsbuildinfo", // "tsBuildInfoFile": "./.tsbuildinfo",
/* Disable preferring source files instead of declaration files when referencing composite projects. */ /* Disable preferring source files instead of declaration files when referencing composite projects. */
@@ -112,7 +112,7 @@
*/ */
/* Generate .d.ts files from TypeScript and JavaScript files in your project. */ /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declaration": true, "declaration": false,
/* Create sourcemaps for d.ts files. */ /* Create sourcemaps for d.ts files. */
// "declarationMap": true, // "declarationMap": true,
/* Only output d.ts files and not JavaScript files. */ /* Only output d.ts files and not JavaScript files. */