{
  "ext": "ts, js, json",
  "watch": ["src"],
  "exec": "tsc -p . && clear && node dist/__live__/interaction.js"
}