Skip to content

Instantly share code, notes, and snippets.

@DimosthenisK
Created March 2, 2019 16:29
Show Gist options
  • Save DimosthenisK/f59896ef3c67fd8b5bb7c6413405ec56 to your computer and use it in GitHub Desktop.
Save DimosthenisK/f59896ef3c67fd8b5bb7c6413405ec56 to your computer and use it in GitHub Desktop.
Example nodemon configuration file
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"watch": ["src"],
"exec": "npm start",
"ext": "ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment