We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I wanted to use a .ts file as an entrypoint, wouldn't I want to have a hashbang that indicates such?
.ts
For nodejs scripts, you put this at the top of the file:
#!/usr/bin/env node
Wouldn't it then make sense to have;
#!/usr/bin/env ts-node
???
The text was updated successfully, but these errors were encountered:
It should work as you've described. See #73 and #116.
Sorry, something went wrong.
No branches or pull requests
If I wanted to use a
.ts
file as an entrypoint, wouldn't I want to have a hashbang that indicates such?For nodejs scripts, you put this at the top of the file:
Wouldn't it then make sense to have;
???
The text was updated successfully, but these errors were encountered: