Created
April 15, 2019 16:34
-
-
Save saiumesh535/bf79f41bbf5b534ca6245990c41009b2 to your computer and use it in GitHub Desktop.
package json for TS node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"dev": "tsc-watch --onSuccess \"cross-env NODE_ENV=development node build/src/index.js\"", | |
"prod":"tsc && cross-env NODE_ENV=production node build/src/index.js", | |
"lint": "tslint --project tslint.json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment