build: add noUnusedLocals to tsc parameters
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"noImplicitThis": false,
|
||||
"noImplicitUseStrict":false,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"baseUrl": "public",
|
||||
"paths": {
|
||||
"app": ["app"]
|
||||
|
||||
Reference in New Issue
Block a user