Skip to content

Instantly share code, notes, and snippets.

@mubaidr
Created February 29, 2020 14:53
Show Gist options
  • Save mubaidr/fc1125f035052a4067d28a91aa7b5c30 to your computer and use it in GitHub Desktop.
Save mubaidr/fc1125f035052a4067d28a91aa7b5c30 to your computer and use it in GitHub Desktop.
{
"env": {
"NODE_ENV": "development"
},
"exec": "ts-node --transpile-only src/tmp.ts",
"ext": "js,json,ts",
"ignore": ["dist", "*.test.ts", ".git", "node_modules/**/node_modules"],
"restartable": "rs",
"verbose": true,
"watch": ["src"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment