I have this task in visual studio code which compiles my typescript files. I would like to make a cleaner file structure by adding all typescript to one folder and all javascript to another folder. How do I change the args of my task to do that? My current code causes it to compile the output to be in the same folder as the typescript. Here is current code:I have this task in visual studio code which co