Skip to content

Instantly share code, notes, and snippets.

@andrerpena
Created April 16, 2018 07:04
Show Gist options
  • Save andrerpena/f6efec7634badae768155043748eb78c to your computer and use it in GitHub Desktop.
Save andrerpena/f6efec7634badae768155043748eb78c to your computer and use it in GitHub Desktop.
"scripts": {
"build:ts": "tsc",
"start": "node index.js",
"start:watch": "nodemon index.js",
"start:debug": "node --inspect index.js",
"start:debug:brk": "node --inspect-brk index.js",
"start:debug:ts": "node --inspect --require ts-node/register index.ts",
"start:debug:ts:brk": "node --inspect-brk --require ts-node/register index.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment