-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
bonham
Nov 26, 2023
Replies: 1 comment
-
ok I found this issue which is explaining why: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bonham
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