Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created June 3, 2015 03:37
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 lopezjurip/86f62dfe33cca60a951c to your computer and use it in GitHub Desktop.
Save lopezjurip/86f62dfe33cca60a951c to your computer and use it in GitHub Desktop.
Sublime Text 3 - TypeScript ES6 (OSX)
{
"cmd": ["tsc", "--target ES6", "--declaration", "--module amd", "--sourceMap", "$file"],
"selector": "source.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment