use arktype for clientside validation

This commit is contained in:
Huskydog9988
2025-03-22 19:37:28 -04:00
parent a89798cacd
commit cce2c23566
7 changed files with 87 additions and 79 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
{
"extends": "../.nuxt/tsconfig.server.json"
"extends": "../.nuxt/tsconfig.server.json",
"compilerOptions": {
"exactOptionalPropertyTypes": true
}
}