Skip to content

Instantly share code, notes, and snippets.

@saiumesh535
Created April 15, 2019 16:34
Show Gist options
  • Save saiumesh535/bf79f41bbf5b534ca6245990c41009b2 to your computer and use it in GitHub Desktop.
Save saiumesh535/bf79f41bbf5b534ca6245990c41009b2 to your computer and use it in GitHub Desktop.
package json for TS node
"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