Removed Unused Variables

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-22 13:49:31 +00:00
parent 3639feba87
commit 2c74d83cd7
9 changed files with 17 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
"allowJs": true,
"sourceMap": true,
"declaration": true,
"noUnusedLocals": false,
"noUnusedLocals": true,
"moduleResolution": "node",
"lib": [
"dom",