/ts-eslint-jest-setup

setting up a repo for typescript with eslint and jest

Primary LanguageTypeScript

ts-eslint-jest-setup

A boilerplate repo to set up a project with typescript, eslint and jest.

commands

  • npm build to compile the typescript code to javascript
  • npm run lint to run the eslint.
  • npm test to run the jest tests.
  • npm run dev to build the project in watch mode for development

For step by step setup, please follow the steps written in the blog.