Skip to content

Instantly share code, notes, and snippets.

@vonWolfehaus
Created December 10, 2012 02:32
Show Gist options
  • Save vonWolfehaus/4248044 to your computer and use it in GitHub Desktop.
Save vonWolfehaus/4248044 to your computer and use it in GitHub Desktop.
TypeScript build system
{
"cmd": ["tsc", "--target", "ES5", "$file"],
"file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$",
"selector": "source.ts",
"shell": true,
"windows": {
"cmd": ["tsc.exe", "$file"]
},
"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