I was facing the same issue as you.
In the tsconfig.json file I replaced:
"module": "es6"
with
"module": "commonjs"
and restarted the terminal. It worked.
I was facing the same issue as you.
In the tsconfig.json file I replaced:
"module": "es6"
with
"module": "commonjs"
and restarted the terminal. It worked.