1 2 3 4 5 6 7 8 9 10 11 12
{ "watch": [ "src" ], "ext": "ts", "ignore": [], "exec": "tsc && homebridge --user-storage-path ./test/hbConfig --debug", "signal": "SIGTERM", "env": { "NODE_OPTIONS": "--trace-warnings" } }