mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Seems we can turn noUnusedLocals on after all
This commit is contained in:
parent
b7df8019f0
commit
04780ab7aa
@ -6,7 +6,7 @@
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedLocals": true,
|
||||
"jsx": "preserve",
|
||||
"lib": [
|
||||
"es2020",
|
||||
|
Loading…
Reference in New Issue
Block a user