You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Totally new Node project with typescript, @types/node, and ts-node-dev packages installed.
I only get this error when I set type: "module" in package.json.
ts-node-dev: ^2.0.0
OS version (is it docker or host?), ts-node-dev version
Issue description
Context
Totally new Node project with
typescript,@types/node, andts-node-devpackages installed.I only get this error when I set
type: "module"inpackage.json.ts-node-dev: ^2.0.0
OS version (is it docker or host?), ts-node-dev version
Did you try to run with ts-node?
Did you try to run with
--filesoption enabled?Did you try to run with
--debugoption enabled?Do you have a repro example (git repo) with simple steps to reproduce your problem?