Skip to content

Instantly share code, notes, and snippets.

@rafaelquines
Created April 17, 2019 14:16
Show Gist options
  • Save rafaelquines/d5e508e5f3402b8eaf88da30772372ad to your computer and use it in GitHub Desktop.
Save rafaelquines/d5e508e5f3402b8eaf88da30772372ad to your computer and use it in GitHub Desktop.
Nodemon TS
{
"watch": [
"src"
],
"ext": "ts",
"ignore": [
"src/**/*.spec.ts"
],
"exec": "ts-node ./src/app.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment