Skip to content

Instantly share code, notes, and snippets.

@nacho4d
Created October 19, 2012 08:59
Show Gist options
  • Save nacho4d/3917051 to your computer and use it in GitHub Desktop.
Save nacho4d/3917051 to your computer and use it in GitHub Desktop.
Typescript sublime text build system file
{
"cmd": ["tsc","$file"],
"file_regex": "^(.+) \\((\\d+),(\\d+)\\): (.+)$",
"selector": "source.ts",
"osx": {
"path": "/usr/local/bin:/opt/local/bin"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment