Skip to content

tsc? #1

@mattfarina

Description

@mattfarina

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?

glowbear/package.json

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions