Ignore unused erros (only for dev)
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 39s

This commit is contained in:
omaroughriss 2025-07-01 15:56:33 +02:00
parent cc4da39f74
commit 5b3fcc1eaf

View File

@ -30,7 +30,7 @@
"alwaysStrict": true,
"noPropertyAccessFromIndexSignature": true,
/* Additional Checks */
"noUnusedLocals": true,
"noUnusedLocals": false,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"useUnknownInCatchVariables": true,