Jean-Guillaume Buret

Results 16 comments of Jean-Guillaume Buret

Yup. I've forked the repo and I was actually trying to understand where there would be a loop hole or something. Turns out, `TSProperty: true` is actually doing its thing...

I could not replicate your issue @JakobJingleheimer , it just works here 🤔 . Restart your IDE maybe? In case anyone is interested in having other validation libraries to work...

@dphil could not reproduce

@dphil ```json "dependencies": { "fastify": "^5.3.2", "fastify-type-provider-standard-schema": "^0.1.0", "fastify-type-provider-zod": "^6.1.0", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^22.15.24", "typescript": "^5.8.3" } ``` Dumb question, but did you restart your editor and...