Replies: 1 comment 3 replies
-
It doesn't work fine for tsc though, since you get that error.
TSC's rule is that it has to be the emitted extension, so it has to be |
Beta Was this translation helpful? Give feedback.
3 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.
-
If I include the
.ts
extension, typescript will complain:If I don't include the
.ts
extension, ts-node will complain:Why is this? Why does it work fine for tsc but not ts-node?
Beta Was this translation helpful? Give feedback.
All reactions