chore(tsconfig): exclure tmp/ et data/ de la vérification TypeScript — un script laissé dans tmp/ sur le nœud a fait échouer le build (2026-09-08)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 changed file +1 −1
modified
tsconfig.json
+1 −1
@@ -30,5 +30,5 @@ | ||
| 30 | 30 | ".next/dev/types/**/*.ts", |
| 31 | 31 | "**/*.mts" |
| 32 | 32 | ], |
| 33 | − "exclude": ["node_modules"] | |
| 33 | + "exclude": ["node_modules", "tmp", "data"] | |
| 34 | 34 | } |
| 35 | 35 | |