Have you read transpiled TS before? It's sometimes almost identical to the source. It's as close as you can get to just removing the static typing. Variables have the same names, for example.
I used to have a problem where I'd be debugging the JS instead of TS file because visually, they were almost identical.
I used to have a problem where I'd be debugging the JS instead of TS file because visually, they were almost identical.