Typescript-Testing-Playground The purpose of this repository is to provide a quick way to spin up a bare-bones Typescript + Jest environment. Includes a Prettier configuration as well. Getting Started Install dependancies: npm i Run tests: npm test Compile Typescript: npm run build