This website works better with JavaScript.
Почетна
Преглед
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Removes unused locals as an error
main
Eric Amodio
пре 6 година
родитељ
1f657bbbb3
комит
4539283e6b
1 измењених фајлова
са
1 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tsconfig.json
+ 1
- 2
tsconfig.json
Прегледај датотеку
@ -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"
Write
Preview
Loading…
Откажи
Сачувај