tooling: lax typechecking in tests

This commit is contained in:
Carlos Valente
2025-12-11 17:52:54 +01:00
committed by Carlos Valente
parent 6beda1575a
commit 242cefd35c
10 changed files with 147 additions and 8 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowUnreachableCode": false
"allowUnreachableCode": false,
"noUncheckedIndexedAccess": false
}
}