Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Removes tslint problem matcher
main
Eric Amodio
5 anni fa
parent
99da669273
commit
f0d4bb8ac5
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
.vscode/tasks.json
+ 2
- 2
.vscode/tasks.json
Vedi File
@ -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"
]
}
]
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva