Add lint for unused locals (#21364)

pull/21380/head
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
1 changed files with 1 additions and 0 deletions

View File

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