Explorar el Código

Makes compile the default build task

main
Eric Amodio hace 7 años
padre
commit
a014b8fd49
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  1. +7
    -3
      .vscode/tasks.json

+ 7
- 3
.vscode/tasks.json Ver fichero

@ -20,11 +20,14 @@
"label": "compile",
"type": "npm",
"script": "compile",
"group": "build",
"problemMatcher": [
"$tsc",
"$tslint5"
]
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "lint",
@ -32,7 +35,8 @@
"script": "lint",
"problemMatcher": [
"$tslint5"
]
],
"group": "build"
},
{
"type": "npm",

Cargando…
Cancelar
Guardar