Created
March 2, 2019 16:29
-
-
Save DimosthenisK/f59896ef3c67fd8b5bb7c6413405ec56 to your computer and use it in GitHub Desktop.
Example nodemon configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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