diff --git a/nodemon.json b/nodemon.json index b2172f5..f1e14ec 100755 --- a/nodemon.json +++ b/nodemon.json @@ -7,5 +7,8 @@ "ignore": [], "exec": "tsc && homebridge -I -D -Q", "signal": "SIGTERM", - "outputCapture": "all" + "outputCapture": "all", + "env": { + "NODE_OPTIONS": "--trace-warnings" + } } \ No newline at end of file