Skip to content

Instantly share code, notes, and snippets.

@junosuarez
Created October 12, 2012 07:40
Show Gist options
  • Save junosuarez/3877825 to your computer and use it in GitHub Desktop.
Save junosuarez/3877825 to your computer and use it in GitHub Desktop.
Simple TypeScript build type for SublimeText
{
"cmd": ["tsc", "$file"],
"file_regex": "^(.*)\\(([0-9]*),([0-9]*)",
"selector": "source.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment