ts-node not giving error when using named import from a module which has some error #1935
Unanswered
aswinsvijay
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using ts-node to test a server, when I came across a specific issue. A minimal reproduction of the problem is shown.
Now in
module.ts
ValueInterface was never defined (or maybe was defined somewhere else but not imported), but ts-node does not give the expected "cannot find name" error.Is there a way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions