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 testDon't forget to put your stuff in .env and .serverless.env.yml file.