I needed a quick to spin up typescript environment while doing interviews, feel free to use it for yourself.
- Jest
- Typescript
- Babel
- ESlint with sensible defaults
- Editorconfig with sensible defaults
- Run all tests
npm test
- Watch all tests
npm run test:watch