Skip to content

Instantly share code, notes, and snippets.

@Sirpyerre
Created June 21, 2017 22:48
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 Sirpyerre/1e9fe661dba09d8d7e17d77545b01734 to your computer and use it in GitHub Desktop.
Save Sirpyerre/1e9fe661dba09d8d7e17d77545b01734 to your computer and use it in GitHub Desktop.
TypeScript build-system for SublimeText 3
{
"cmd": ["tsc", "$file"],
"file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$",
"selector": "source.ts",
"windows": {
"cmd": ["tsc.cmd", "$file"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment