Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Removes tslint problem matcher
main
Eric Amodio
hace 5 años
padre
99da669273
commit
f0d4bb8ac5
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
.vscode/tasks.json
+ 2
- 2
.vscode/tasks.json
Ver fichero
@ -20,7 +20,7 @@
"type"
:
"npm"
,
"script"
:
"build"
,
"group"
:
"build"
,
"problemMatcher"
:
[
"$ts-webpack"
,
"$tslint-webpack"
]
"problemMatcher"
:
[
"$ts-webpack"
]
}
,
{
"type"
:
"npm"
,
@ -36,7 +36,7 @@
"isDefault"
:
true
}
,
"isBackground"
:
true
,
"problemMatcher"
:
[
"$ts-webpack-watch"
,
"$tslint-webpack-watch"
]
"problemMatcher"
:
[
"$ts-webpack-watch"
]
}
]
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar