fix(build): tighten TypeScript configuration and update dependencies for zod v4 compatibility

This commit is contained in:
2026-04-30 11:27:08 +00:00
parent e8fcdd05af
commit 6f5e49e5ef
9 changed files with 1511 additions and 3890 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]
}