Issue description
When runnig ts-node-dev it throws the following error:

I'm using prisma with generated zod types that generate some really long filenames - can this cause the issue?
Context
OS version (is it docker or host?), ts-node-dev version
Win 10
Did you try to run with ts-node?
yes - works
Did you try to run with --files option enabled?
yes - same error
Did you try to run with --debug option enabled?
yes -same error
Do you have a repro example (git repo) with simple steps to reproduce your problem?
no