Skip to content

Instantly share code, notes, and snippets.

@barisbll
Created September 4, 2022 12:01
Show Gist options
  • Save barisbll/338d189db4df3bdf48581305d084b859 to your computer and use it in GitHub Desktop.
Save barisbll/338d189db4df3bdf48581305d084b859 to your computer and use it in GitHub Desktop.
ts-debug/nodemon.json
{
"restartable": "rs",
"ignore": [".git", "node_modules/**/node_modules"],
"verbose": true,
"execMap": {
"ts": "node --require ts-node/register"
},
"watch": ["src/"],
"env": {
"NODE_ENV": "development"
},
"ext": "js,json,ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment