A simple guide for setting up Express.js with Typescript. — Setting up a new project can be overwhelming with the amount of options available. So here is an Express server configured to use Typescript with some sensible defaults. Included dependencies: nodemon (development), jest (testing), cors (middleware), tslint (linting), dotenv (secrets). Github: https://github.com/thoughtstile/express-typescript-starter