Skip to content

Instantly share code, notes, and snippets.

@janl
Created January 20, 2017 11:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save janl/155da5fe530b5a553a3e3cdc89723402 to your computer and use it in GitHub Desktop.
{
"name": "package-foo",
"dependencies": {
"typescript":"*"
},
"scripts": {
"tsc": "tsc"
}
}
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