Created
November 10, 2018 08:55
-
-
Save csprance/e9979a8577e8c4baa28ee611c0846182 to your computer and use it in GitHub Desktop.
nodemon typescript config
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": "cross-env NODE_ENV=development ts-node --files --project tsconfig.json src", | |
| "inspect": true, | |
| "verbose": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment