Last active
January 9, 2019 01:08
-
-
Save robertcoopercode/e3317f44725ff41e764d0026d9326fb5 to your computer and use it in GitHub Desktop.
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
# NPM Installation Method | |
npm install --global typescript # Global installation | |
npm install --save-dev typescript # Local installation | |
# Yarn Installation Method | |
yarn global add typescript # Global installation | |
yarn add --dev typescript # Local installation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment