Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Last active May 29, 2019 05:40
Show Gist options
  • Save seanpmaxwell/10ecb93f7c79e4f0e0a1aef9aae0cb13 to your computer and use it in GitHub Desktop.
Save seanpmaxwell/10ecb93f7c79e4f0e0a1aef9aae0cb13 to your computer and use it in GitHub Desktop.
ExpressTypeScript/nodemon.json
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/public"],
"exec": "NODE_ENV=development ts-node src/start.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment