Seems we can turn noUnusedLocals on after all

This commit is contained in:
David Baker 2022-05-10 18:12:10 +01:00
parent b7df8019f0
commit 04780ab7aa

View File

@ -6,7 +6,7 @@
"moduleResolution": "node",
"noEmit": true,
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedLocals": true,
"jsx": "preserve",
"lib": [
"es2020",