Commands The following compiles the TypeScript code into JavaScript code: tsc main.ts The following command to executes the compiled JavaScript code node main.js The following runs all tests and shows coverage npx jest --coverage