-
-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Labels
Description
I found that ts-node works only for files with .ts(x) extension. And it is not possible to create binary/executable file, e.g. ./bin/my-ts-executable (without extension) but with shebang #!/usr/bin/env ts-node.
It works fine with babel-node shebangs.
Is there some limitations by TypeScript compiler or smth?
guyellis, frosas, feluxe, FossPrime, RodrigoRoaRodriguez and 2 more