zoderror-showcase

cd mylib
npm install
npx tsc

cd ../myprogram
npm install
npx tsx index.ts

Then it will print:

false
false
true
true

The issue on zod github: colinhacks/zod#2241