Skip to content

Instantly share code, notes, and snippets.

@senpl
Created September 3, 2018 12:46
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 senpl/d1a96664f18531e9490354b6bfe10f15 to your computer and use it in GitHub Desktop.
Save senpl/d1a96664f18531e9490354b6bfe10f15 to your computer and use it in GitHub Desktop.
Automatic build of typescript files tasks config in version "0.1.0"
{
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"args": [
"-w", "-p", "."
],
"showOutput": "silent",
"isBackground":true,
"problemMatcher":"$tsc-watch"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment