From 13db576d4c4e9bd136f7ce72112016ec139f13ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Wed, 10 Jul 2024 16:46:05 +0200 Subject: [PATCH] add .tsbuildinfo to typecheck outputs --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 5d4a1c3d..d5c5368c 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,8 @@ }, "typecheck": { "dependsOn": ["^build"], - "inputs": ["$TURBO_DEFAULT$", "src/**", "tsconfig.json"] + "inputs": ["$TURBO_DEFAULT$", "src/**", "tsconfig.json"], + "outputs": [".tsbuildinfo"] } }, "globalDependencies": ["tsconfig.json"]