A small repo with basic tooling to allow someone to write basic typescript functions and unit tests.
One usecase for this repo would be to quickly throw together some code-kata style responses to interview questions.
All of the solutions are built using TypeScript 3.6, and are tested using Mocha and Chai, running on Node 12.13.
To get started, download the repository, and then:
$ npm install
$ npm test