Created
January 20, 2017 11:53
-
-
Save janl/155da5fe530b5a553a3e3cdc89723402 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"name": "package-foo", | |
"dependencies": { | |
"typescript":"*" | |
}, | |
"scripts": { | |
"tsc": "tsc" | |
} | |
} |
This file contains 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 isntall | |
npm run tsc # this now runs ./node_modules/.bin/tsc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment