How to improve error messages when something does not compile? #2131
Unanswered
LunaticMuch
asked this question in
Q&A
Replies: 1 comment
-
In my case, I got the exact same error when having a compilation error in my script (which should have outputed the compilation error instead of whatever this is, so it's definitely a bug from ts-node) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I feel this is a FAQ, but I cannot find a reference. Everytime I have an error in my code,
ts-node
reportsThis does not really help me. I need to stop and run
tsc
to discover the error message. What can I fix?My
tsconfig.json
is the followingBeta Was this translation helpful? Give feedback.
All reactions