I stopped switching to a terminal to run scripts once I found VS Code's task runner
…automatically and expose it as a runnable task. That means you can compile your project with a shortcut instead of switching context and typing tsc. The same applies to npm scripts. If…