Skip to content

Instantly share code, notes, and snippets.

@OlivierAlbertini
Created January 15, 2017 21:06
Show Gist options
  • Save OlivierAlbertini/d47f4a6201075c3361cab109d15b33f8 to your computer and use it in GitHub Desktop.
Save OlivierAlbertini/d47f4a6201075c3361cab109d15b33f8 to your computer and use it in GitHub Desktop.
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"args": [
"--target","ES5",
"--outDir", "js",
"--module","commonjs",
"--sourceMap",
"--watch", "app.ts"
],
"showOutput": "silent",
"problemMatcher":"$tsc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment