You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.