diff options
| author | MohamedBassem <me@mbassem.com> | 2025-07-27 14:54:29 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-07-27 15:06:22 +0100 |
| commit | 77ae89b22238429cbbbb7851ece2826c91d4e21f (patch) | |
| tree | 92008321bc960b9e5b202d410d8a25c808dd2ffc /apps/landing/tsconfig.json | |
| parent | 8f1cb065d77c55dfb2e4d0df08a17160e7a8bc3f (diff) | |
| download | karakeep-77ae89b22238429cbbbb7851ece2826c91d4e21f.tar.zst | |
chore: More turbo fixes
Diffstat (limited to 'apps/landing/tsconfig.json')
| -rw-r--r-- | apps/landing/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
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"] |
