npm installTypescript builds are automatic and watch for file changes:
npm run buildor run this to build only once:
npm run buildOnceBuilding, Linting, Formatting, Testing:
npm test- use
git pull --rebasein favor of regular pull, i recommend configuring it globally via:git config --global pull.rebase true