Add lint for unused locals (#21364)

This commit is contained in:
J. Ryan Stinnett 2022-03-09 12:13:37 +00:00 committed by GitHub
parent 3be2c38a73
commit 2d3757c37f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
"moduleResolution": "node",
"target": "es2016",
"noImplicitAny": false,
"noUnusedLocals": true,
"sourceMap": false,
"outDir": "./lib",
"declaration": true,