{ "watch": ["server/**/*.ts"], "execMap": { "ts": "rimraf production-server && tsc --project tsconfig.json && copyfiles -f \"server/mail/*.html\" production-server/mail && node production-server/server.js" } }