Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created May 12, 2019 19:23
Show Gist options
  • Select an option

  • Save ch8n/cc8519e5680371d986ab1ddae937ba69 to your computer and use it in GitHub Desktop.

Select an option

Save ch8n/cc8519e5680371d986ab1ddae937ba69 to your computer and use it in GitHub Desktop.
typescript script support
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/config/server.ts",
"dev": "nodemon -x ts-node src/config/server.ts"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment