Created
November 27, 2019 19:15
-
-
Save fuglu/b328b9b29a2e2b3ddffc4da5f3b83e8a to your computer and use it in GitHub Desktop.
Bootstrap TypeScript Development Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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