|
I want to run typescript code in files with .mts extension. For node 18 this worked well with But with node 20.10.0 / ts-node 10.9.1 I am getting:
My tsconfig.json: Any idea how to get .mts files working again? |
Answered by
bonham
Nov 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok I found this issue which is explaining why:
#1997