aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/landing/tsconfig.json')
-rw-r--r--apps/landing/tsconfig.json3
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"]