Skip to content

Instantly share code, notes, and snippets.

@astronaughts
Created October 18, 2012 04:57
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 astronaughts/3909929 to your computer and use it in GitHub Desktop.
Save astronaughts/3909929 to your computer and use it in GitHub Desktop.
Sublime Text 2: TypeScript build setting file. this file into Packages/User dir.
{
"selector": "source.ts",
"cmd": ["tsc", "$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