Skip to content

Instantly share code, notes, and snippets.

@Luegg
Created November 15, 2012 12:13
Show Gist options
  • Save Luegg/4078365 to your computer and use it in GitHub Desktop.
Save Luegg/4078365 to your computer and use it in GitHub Desktop.
{
"cmd": ["tsc", "$file"],
"file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$",
"selector": "source.ts",
"osx": {
"path": "/usr/local/bin:/opt/local/bin"
},
"windows": {
"cmd": ["tsc.cmd", "$file"],
"path": "C:\\Program Files\\nodejs\\;C:\\Users\\Lukas\\AppData\\Roaming\\npm\\"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment