-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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?
Lines 6 to 11 in 09736ca
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"build": "tsc", | |
"start": "node_modules/.bin/electron dist/index.js", | |
"glow": "tsc && node_modules/.bin/electron dist/index.js" | |
}, |
Or, is it https://www.npmjs.com/package/ntypescript which is the replacement for tsc?
Metadata
Metadata
Assignees
Labels
No labels