When I run my script w/out `source-map-support` in recent versions of node, internal code is greyed out:  When I run with `source-map-support` I get a nice trace showing my TypeScript file but no colors:  Is there some way to get the colors back?
When I run my script w/out
source-map-supportin recent versions of node, internal code is greyed out:When I run with
source-map-supportI get a nice trace showing my TypeScript file but no colors:Is there some way to get the colors back?