I've just began with Typescript in Visual Studio. I notice that when I save the TS files, Visual Studio compiles the JS files and they are resided in the same folder as the TS files. But Visual Studio does not reflect those compiled JS files. In other words, Visual Studio did not include those files into the project. The JS files are only visible when I open the folder in Windows Explorer.
And even if I manually include those js files into Visual Studio, they don't appear under the TS files as a subfile of theirs, like they are linked.
How can I get Visual Studio to include the JS files compiled from the TS files automatically?