migrated from zod v3 to zod v4

This commit is contained in:
2025-10-20 15:02:53 +02:00
parent 8b1e9d1cf6
commit 4d1c06c5be
16 changed files with 229 additions and 328 deletions

View File

@@ -49,7 +49,8 @@
"allowUnusedLabels": false,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"%/*": ["./*"]
}
},
"exclude": ["dist", "assets/stubs"]