Convert shebangs to #!/usr/bin/env node #10382
Labels
Out of Scope
This idea sits outside of the TypeScript language design constraints
Suggestion
An idea for TypeScript
When
tsc
compiles a.ts
file into a.js
file, replace a shebang line like#!/usr/bin/env typescript
to a more appropriate one for.js
files:#!/usr/bin/env node
.The text was updated successfully, but these errors were encountered: