I am trying to compile typescript code to JavaScript by following the documentation.
I created the watch task to compile the .ts files on pressing Ctrl+Shift+B. However, I get the error after I run the task:
'C:\Program' is not recognized as an internal or external command
I understand the cause of the error, as the directory Program Files has spaces in it, and I need quotes around it.
How do I update the build command to run the compiler with proper path?
