SPB Git forge

spb/vrai-prix

Public

Vrai-Prix — l'évaluation du vrai prix des propriétés résidentielles au Québec.

60commits 1branches 0releases
12.3 MBsize
maindefault branch
17 days agolast push
TypeScript 90.2% JavaScript 3.5% Python 3.4% CSS 1.9% HTML 0.6%

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>
Simon-Pierre Boucher committed 17 days ago (Sep 8, 2026) parent 9823f89

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