Skip to content

Commit f4974c6

Browse files
Update tsconfig.json
1 parent bbd0dce commit f4974c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"strictPropertyInitialization": true,
2121
"noImplicitThis": true,
2222
"alwaysStrict": true,
23-
"noUnusedLocals": true,
23+
"noUnusedLocals": false,
2424
"noUnusedParameters": true,
2525
"noImplicitReturns": true,
2626
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)