Skip to content

Instantly share code, notes, and snippets.

@raol
Last active December 26, 2015 02:49
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 raol/7082046 to your computer and use it in GitHub Desktop.
Save raol/7082046 to your computer and use it in GitHub Desktop.
Finally created Typescript build system for sublime
{
"cmd": ["tsc", "--target", "ES5", "$file"],
"selector": "source.ts",
"file_regex" : "^(.+?)\\((\\d+),(\\d+)\\):\\s*(.+)$",
"line_regex": "\\((\\d+),(\\d+)\\)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment