Musa
Musa
Explore posts from servers
DTDrizzle Team
Created by Musa on 10/31/2024 in #help
Using Zod objects generated from drizzle zod with ts-rest . Parameters interpreted as optional
For those of you coming here with the same issue in your tsconfig set
compilerOptions: {
strict: true,
strictNullChecks: true,
}
compilerOptions: {
strict: true,
strictNullChecks: true,
}
this worked for me
3 replies
DTDrizzle Team
Created by jorge on 8/11/2024 in #help
drizzle-zod createInsertSchema gives optional types
This worked. Thanks alot. My bad i asked this question earlier without checking to see if other people had the same issue.
8 replies
DTDrizzle Team
Created by jorge on 8/11/2024 in #help
drizzle-zod createInsertSchema gives optional types
I have a similar issue, I changed my tsconfig and still running in to a similar problem
8 replies
DTDrizzle Team
Created by Musa on 10/31/2024 in #help
Using Zod objects generated from drizzle zod with ts-rest . Parameters interpreted as optional
3 replies