{
  "filewatcher.commands": [
    {
      "match": "\\.tsx?",
      "isAsync": true,
      "cmd": "cd '${workspaceRoot}' && yarn gts fix '${file}'",
      "event": "onFileChange"
    }
  ]
}
