Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@panayotoff
Created January 28, 2020 08:54
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 panayotoff/cc850b0c71ca132608d65400970091d8 to your computer and use it in GitHub Desktop.
Save panayotoff/cc850b0c71ca132608d65400970091d8 to your computer and use it in GitHub Desktop.
NodeJS Nodemon + TypeScript
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node ./src/index.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment