Created
April 17, 2019 14:16
-
-
Save rafaelquines/d5e508e5f3402b8eaf88da30772372ad to your computer and use it in GitHub Desktop.
Nodemon TS
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
{ | |
"watch": [ | |
"src" | |
], | |
"ext": "ts", | |
"ignore": [ | |
"src/**/*.spec.ts" | |
], | |
"exec": "ts-node ./src/app.ts" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment