{
  "saveAndRun": {
    "commands": [
      {
        "match": "\\.test\\.ts$",
        "cmd": "npm test"
      }
    ]
  }
}
