Skip to content

Instantly share code, notes, and snippets.

@fuglu
Created November 27, 2019 19:15
Show Gist options
  • Save fuglu/b328b9b29a2e2b3ddffc4da5f3b83e8a to your computer and use it in GitHub Desktop.
Save fuglu/b328b9b29a2e2b3ddffc4da5f3b83e8a to your computer and use it in GitHub Desktop.
Bootstrap TypeScript Development Tools
#/bin/sh
npm install --save-dev \
typescript \
ts-node-dev \
eslint \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
prettier \
eslint-config-prettier \
jest \
@types/jest \
ts-jest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment