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 },