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,
|
"alwaysStrict": true,
|
||||||
"noPropertyAccessFromIndexSignature": true,
|
"noPropertyAccessFromIndexSignature": true,
|
||||||
/* Additional Checks */
|
/* Additional Checks */
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": false,
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
"noUncheckedIndexedAccess": true,
|
"noUncheckedIndexedAccess": true,
|
||||||
"useUnknownInCatchVariables": true,
|
"useUnknownInCatchVariables": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user