feature: sweep flotte — convergence canons (validation zod/OpenAPI, buildCsv, no-alert→toast/sonner, publicUser anti-leak, dates dayjs, appshell/profil, lastSeenAt, scrollRestoration) + fixes divers
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-07-17 02:20:43 +02:00
parent c9b39ffca0
commit 05cf7e7256
7 changed files with 42 additions and 59 deletions
+10 -16
View File
@@ -1,18 +1,12 @@
{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"outDir": "out",
"lib": [
"ES2022"
],
"types": [
"node",
"mocha",
"vscode"
],
"sourceMap": true,
"rootDir": "src",
"strict": true
}
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"outDir": "out",
"lib": ["ES2022"],
"types": ["node", "mocha", "vscode"],
"sourceMap": true,
"rootDir": "src",
"strict": true
}
}