From 34a348efb08587aa71a458f77e3a2e73eb74d69e Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 30 Sep 2025 11:13:13 -0700 Subject: [PATCH] chore: use tsconfig monorepo setup (#4826) Partial cherry-picking from 270daad9 --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index f076aaaf37..2eab745168 100644 --- a/turbo.json +++ b/turbo.json @@ -37,6 +37,10 @@ "dependsOn": ["^build"], "outputs": [] }, + "typecheck": { + "outputs": [".tsbuildinfo", "dist/**"], + "cache": true + }, "deploy": { "cache": false },