Skip to content

Instantly share code, notes, and snippets.

@haruair
Forked from remcoder/typescript.sublime-build
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haruair/bb34e1e3837c32c99413 to your computer and use it in GitHub Desktop.
Save haruair/bb34e1e3837c32c99413 to your computer and use it in GitHub Desktop.
{
"selector": "source.ts",
"cmd": ["tsc", "$file"],
"file_regex": "^(.+?) \\((\\d+),(\\d+)\\)(: .+)$",
"line_regex": "\\((\\d+),(\\d+)\\)",
"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