feat(scripts): add watcher script via nodemon

This commit is contained in:
Alex Regan
2017-09-15 22:16:56 -07:00
parent 6ca3028f7a
commit c0c6e4988b
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node ./index"
}