Ignore unused erros (only for dev)
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 39s
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 39s
This commit is contained in:
parent
cc4da39f74
commit
5b3fcc1eaf
@ -30,7 +30,7 @@
|
||||
"alwaysStrict": true,
|
||||
"noPropertyAccessFromIndexSignature": true,
|
||||
/* Additional Checks */
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedLocals": false,
|
||||
"noImplicitReturns": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user