From e459a94f9b259ffc38e0c11889d94f358211fa7e Mon Sep 17 00:00:00 2001 From: "Eduardo L. Buratti" <elburatti@inf.ufpr.br> Date: Mon, 29 Aug 2016 10:13:02 -0300 Subject: [PATCH] Add nodemon config file --- nodemon.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nodemon.json diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..7f04f27 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,5 @@ +{ + "watch": ["src", "index.js"], + "ignore": ["*.spec.ts"], + "ext": "ts" +} -- GitLab