Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Removes tslint problem matcher
main
Eric Amodio
5 anos atrás
pai
99da669273
commit
f0d4bb8ac5
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
.vscode/tasks.json
+ 2
- 2
.vscode/tasks.json
Ver arquivo
@ -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"
]
}
]
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar