From 9003c1ff73ae05582595acd0c1d0c1998ef3a695 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:01:43 -0700 Subject: [PATCH] Speed up TypeScript type checking --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9b83180ba4..58be676e65 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ /* Save .tsbuildinfo files to allow for incremental compilation of projects. */ "incremental": true, /* 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. */ // "tsBuildInfoFile": "./.tsbuildinfo", /* 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. */ - // "declaration": true, + "declaration": false, /* Create sourcemaps for d.ts files. */ // "declarationMap": true, /* Only output d.ts files and not JavaScript files. */