Skip to content

Instantly share code, notes, and snippets.

@jhd124
Created April 26, 2020 12:17
Show Gist options
  • Save jhd124/f37c1e12cde00fbe9e3a05d3af9f4fea to your computer and use it in GitHub Desktop.
Save jhd124/f37c1e12cde00fbe9e3a05d3af9f4fea 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": "2.0.0",
"tasks": [
{
"label": "compile",
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "dev-build",
"type": "npm",
"script": "dev"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment