tea bone
tea bone
DTDrizzle Team
Created by tea bone on 8/7/2023 in #help
After upgrading to 0.28.0 from 0.27.2, it is unable to infer the array type
And the weird thing is, when I use InferModel as following:
type Badge = InferModel<typeof badgeTable, "select">;
type Badge = InferModel<typeof badgeTable, "select">;
The inferred Badge type actually has skills: string[]
2 replies
DTDrizzle Team
Created by tea bone on 8/4/2023 in #help
tsc fails to build due to errors
I just added skipLibCheck option and it works
3 replies