technosophos / glowbear

add custom Touch Bar buttons on macOS MacBook Pro
Other
39 stars 3 forks source link

tsc? #1

Open mattfarina opened 7 years ago

mattfarina commented 7 years ago

In the package.json file the build step executes tsc but that's not a dependency. It's something expected to be installed globally. Is that https://github.com/basarat/tsc?

https://github.com/technosophos/glowbear/blob/09736cab04872dc6f699656c8093aa4bb62a1461/package.json#L6-L11

Or, is it https://www.npmjs.com/package/ntypescript which is the replacement for tsc?

mattfarina commented 7 years ago

The PR #3 fixes this by making typescript a dev dependency.

Note, for those wondering the npm package in question is typescript.