Skip to content

Instantly share code, notes, and snippets.

@csprance
Created November 10, 2018 08:55
Show Gist options
  • Save csprance/e9979a8577e8c4baa28ee611c0846182 to your computer and use it in GitHub Desktop.
Save csprance/e9979a8577e8c4baa28ee611c0846182 to your computer and use it in GitHub Desktop.
nodemon typescript config
{
"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