I'm on Linux, Visual Studio Code. I have a project that has several .ts (typescript) files, and I need to compile them all at once.
The problem is that I have those files in the /src folder, and I want to compile them to another folder, so I have to also specify the output folder.
Thanks