mirror of
https://github.com/koush/scrypted.git
synced 2026-05-05 22:00:27 +01:00
noUncheckedIndexedAccess: enabled unchecked indexed access checking
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitThis": true,
|
||||
"strictFunctionTypes": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"outDir": "./dist",
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
Reference in New Issue
Block a user