bitter-dentist-28132
03/03/2020, 5:08 PMwhite-balloon-205
.js
files directly if you want more control over TS compilation.
Is there a particular reason you want/need to look at the intermediate JS code?bitter-dentist-28132
03/03/2020, 7:04 PMwhite-balloon-205
.ts
files in errors/stacks.
Note that core libraries are all pre-compiled, so may show as .js
(and you can find the actual .js
source in the node_modules
folder).