Skip to content

Instantly share code, notes, and snippets.

@igorzg
Created May 2, 2021 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorzg/c3e8c2c34e87508f2c61a18745fca41c to your computer and use it in GitHub Desktop.
Save igorzg/c3e8c2c34e87508f2c61a18745fca41c to your computer and use it in GitHub Desktop.
Typescript Development
npm init
npm i --save-dev @types/node \
                 @types/jest \
                 @typescript-eslint/eslint-plugin \
                 @typescript-eslint/eslint-plugin-tslint \
                 @typescript-eslint/parser \
                 coveralls \
                 eslint \
                 jest \
                 release-it \
                 ts-jest \
                 ttypescript \
                 typescript \
                 typescript-transform-paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment