Last active
May 29, 2019 05:40
-
-
Save seanpmaxwell/10ecb93f7c79e4f0e0a1aef9aae0cb13 to your computer and use it in GitHub Desktop.
ExpressTypeScript/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": "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