ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

`--emitFile` debug flag to emit the compiled output of a single file to stdout

Open cspotcode opened this issue 4 years ago • 0 comments

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.

cspotcode avatar Jun 06 '21 00:06 cspotcode