colinhacks / zod

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

File zod/index.d.ts is not a module. #3701

Open Serpentarius13 opened 1 month ago

Serpentarius13 commented 1 month ago

When using zod@3.23.8 on importing I receive the following error:

image

3.23.7 works with no errors