From 0ae054d3a8a5a0682ac0a580029f42fc7c4d2e82 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Jun 2026 12:39:26 +0200 Subject: [PATCH] =?UTF-8?q?feature:=20sweep=20flotte=20=E2=80=94=20propaga?= =?UTF-8?q?tion=20libs=20partag=C3=A9es=20(i18n.ts,=20model.ts,=20eslint.c?= =?UTF-8?q?onfig.js,=20queryClient.ts)=20+=20ajustements=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4e69808..e3eefdc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,5 @@ "forceConsistentCasingInFileNames": true }, "include": ["*.ts", "lib/**/*.ts"], - "exclude": ["node_modules", "dvf", "geodvf", "coverage", "dist"] + "exclude": ["node_modules", "dist", "web", "log", "coverage", "views", "legacy", "dvf", "geodvf"] }