{ "watch": [ "src/**/*.ts" ], "ext": "ts", "exec": "ts-node --files ./src/app.ts", "args": [ "--inspect=5858" ] }