Skip to content

Executables without extension #116

@ValeriiVasin

Description

@ValeriiVasin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions