Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Created February 14, 2019 00:34
Show Gist options
  • Save seanpmaxwell/668bcb9c9727948892e1bca5ea343e70 to your computer and use it in GitHub Desktop.
Save seanpmaxwell/668bcb9c9727948892e1bca5ea343e70 to your computer and use it in GitHub Desktop.
TypeScriptFullStackShell/util/nodemon.json
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/public"],
"exec": "ts-node src/start.ts dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment