From 873a7c9a0c3f2fb400eae6121df23abb4825b3fd Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Mon, 4 May 2020 10:12:11 +0300 Subject: [PATCH] chore: enable assumeChangesOnlyAffectDirectDependencies for TypeScript --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 14538a7d04..efffa1cb1d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "assumeChangesOnlyAffectDirectDependencies": true, "baseUrl": "./", "declaration": true, "emitDecoratorMetadata": true,