Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizhenriquesoares/cebef700ac06e45d4467662b500048c0 to your computer and use it in GitHub Desktop.
Save luizhenriquesoares/cebef700ac06e45d4467662b500048c0 to your computer and use it in GitHub Desktop.
nodemon.json
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node -r tsconfig-paths/register --inspect=5000 --require ts-node/register src/main.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment