Skip to content

Instantly share code, notes, and snippets.

@cedeber
Last active December 5, 2018 13:54
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 cedeber/551385bbb57ff3b479875cc9afb26b87 to your computer and use it in GitHub Desktop.
Save cedeber/551385bbb57ff3b479875cc9afb26b87 to your computer and use it in GitHub Desktop.
Check JavaScript with TypeScript on Sublime Text 3
{
"cmd": ["tsc", "-p", "jsconfig.json"],
"file_regex": "^(.+?)\\((\\d+),(\\d+)\\): (.+)$",
"working_dir": "${project_path:${folder}}",
"selector": "source.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment