Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Removes unused locals as an error
main
Eric Amodio
6 år sedan
förälder
1f657bbbb3
incheckning
4539283e6b
1 ändrade filer
med
1 tillägg
och
2 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tsconfig.json
+ 1
- 2
tsconfig.json
Visa fil
@ -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"
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara