Commit 01f562a
committed
fix: exclude Cypress files from TypeScript compilation
- Add cypress.config.ts and cypress/**/* to tsconfig exclude
- Prevents TypeScript errors during build on Vercel
- Ensures successful deployment without Cypress dependencies1 parent bdec5d9 commit 01f562a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
0 commit comments