colinhacks / zod

TypeScript-first schema validation with static type inference
https://zod.dev
MIT License
33.98k stars 1.19k forks source link

Remove `dependency-cruiser` #3576

Closed colinhacks closed 5 months ago

colinhacks commented 5 months ago

This was added long ago when Zod was having issues with cyclical dependencies. This was ultimately solved by putting everything into one file (types.ts) 🤷‍♂️