I'm editing Typescript files in VS Code, and when I invoke the build task via Shift-Cmd-B, I get
`env: node: no such file or directory'
but if I start the terminal and manually type the same command it's using, which is
tsc -p /Users/Mike/Sync/projects/teaching/blendoku/tsconfig.json
it works fine. What is different about the shell that is launched with the build and watch tasks?