Skip to content

Instantly share code, notes, and snippets.

@janl
Created January 20, 2017 11:53
Embed
What would you like to do?
{
"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