ts-node
ts-node copied to clipboard
`--emitFile` debug flag to emit the compiled output of a single file to stdout
To facilitate debugging, similar to --showConfig, but this flag will start ts-node like normal, compile a single file, write the compiled output to stdout, then exit.
Possible cons: we already have --emit, we should encourage that when debugging.