Basic ts repo This repo is my basic setup for a simple typescript repo Basic NPM command Build the project: npm run build Use nodemon while coding: npm run watch Run your test: npm run test Use eslint: npm run lint