Andrey Gubanov

Results 45 comments of Andrey Gubanov

I solved my issue by using `targetConstructorToSchema` ```ts import { targetConstructorToSchema } from 'class-validator-jsonschema'; const schema = targetConstructorToSchema(dto); ``` Not sure if I should close the issue since the main...

@nicolasembleton it sounds good, but could you publish the package on NPM?

@nicolasembleton I've installed your library, but with zod@4, when I import `z` from 'zod/v3' I still get an empty schema with the only `$schema` field.

Who's looking for `zod@4/v3` support, check https://github.com/StefanTerdell/zod-to-json-schema/issues/178

@privatenumber thank you for the reply. While I worked on the build-in bundler, I went across multiple approaches: - Webpack, Rollup, Rolldown - too bulky to set up internally and...