-
It took me three days to try but I still couldn't debug typescript with ts-node. Has anyone tried it? Can you share the configuration file to help newbies like me? It's so easy to do so in VS-Code. |
Beta Was this translation helpful? Give feedback.
Answered by
buddhiko1
Oct 18, 2022
Replies: 1 comment 3 replies
-
After a long time of trying, it finally works. This is my configuration:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
buddhiko1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a long time of trying, it finally works.
You can debug typescript file directly with
ts-node
.This is my configuration: