Skip to content

Commit 9003c1f

Browse files
Speed up TypeScript type checking
1 parent 4973b9b commit 9003c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/* Save .tsbuildinfo files to allow for incremental compilation of projects. */
1313
"incremental": true,
1414
/* Enable constraints that allow a TypeScript project to be used with project references. */
15-
"composite": true,
15+
"composite": false,
1616
/* Specify the path to .tsbuildinfo incremental compilation file. */
1717
// "tsBuildInfoFile": "./.tsbuildinfo",
1818
/* Disable preferring source files instead of declaration files when referencing composite projects. */
@@ -112,7 +112,7 @@
112112
*/
113113

114114
/* Generate .d.ts files from TypeScript and JavaScript files in your project. */
115-
// "declaration": true,
115+
"declaration": false,
116116
/* Create sourcemaps for d.ts files. */
117117
// "declarationMap": true,
118118
/* Only output d.ts files and not JavaScript files. */

0 commit comments

Comments
 (0)