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 unused locals as an error
main
Eric Amodio
6 anos atrás
pai
1f657bbbb3
commit
4539283e6b
1 arquivos alterados
com
1 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
+1
-2
tsconfig.json
+ 1
- 2
tsconfig.json
Ver arquivo
@ -7,11 +7,10 @@
"moduleResolution"
:
"node"
,
"noFallthroughCasesInSwitch"
:
true
,
"noImplicitReturns"
:
true
,
"noUnusedLocals"
:
tru
e
,
"noUnusedLocals"
:
fals
e
,
"outDir"
:
"out"
,
"removeComments"
:
true
,
"rootDir"
:
"./src"
,
"skipLibCheck"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"target"
:
"es2017"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar