Skip to content

Commit

Permalink
Add lint for unused locals (#21364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Mar 9, 2022
1 parent 3be2c38 commit 2d3757c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"moduleResolution": "node",
"target": "es2016",
"noImplicitAny": false,
"noUnusedLocals": true,
"sourceMap": false,
"outDir": "./lib",
"declaration": true,
Expand Down

0 comments on commit 2d3757c

Please sign in to comment.