From 77ae89b22238429cbbbb7851ece2826c91d4e21f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 27 Jul 2025 14:54:29 +0100 Subject: chore: More turbo fixes --- apps/landing/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/landing/tsconfig.json') diff --git a/apps/landing/tsconfig.json b/apps/landing/tsconfig.json index 0fb0017a..10775d56 100644 --- a/apps/landing/tsconfig.json +++ b/apps/landing/tsconfig.json @@ -5,7 +5,8 @@ "baseUrl": ".", "paths": { "@/*": ["./*"] - } + }, + "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "vite.config.ts"], "exclude": ["node_modules"] -- cgit v1.2.3-70-g09d2