Seems we can turn noUnusedLocals on after all
This commit is contained in:
parent
b7df8019f0
commit
04780ab7aa
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"noUnusedLocals": false,
|
"noUnusedLocals": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2020",
|
"es2020",
|
||||||
|
|
Loading…
Add table
Reference in a new issue