Update tsconfig.json
This commit is contained in:
parent
d4b2f8759c
commit
deb293c000
|
@ -3,7 +3,7 @@
|
|||
"noEmitOnError": false,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedParameters": false,
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"experimentalDecorators": true,
|
||||
|
|
Loading…
Reference in New Issue