Created
February 14, 2019 00:34
-
-
Save seanpmaxwell/668bcb9c9727948892e1bca5ea343e70 to your computer and use it in GitHub Desktop.
TypeScriptFullStackShell/util/nodemon.json
This file contains 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
{ | |
"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