I am using VS Code for an application in which I am using Reactjs and TypeScript. I have used
create-react-app-typescript
as a template to set up my project. Now when I run the build task from VS Code, I can see a build folder and the generated js files there as well as the generated source files.
I am wondering if I can see generated .js file under its .ts version in VS Code - like you can see those together in Visual Studio ?