Files
scrypted/server/tsconfig.json
Koushik Dutta 1c894561a0
Some checks failed
Build SDK / Build (push) Has been cancelled
tsconfig: remove redundant strict flags covered by 'strict: true'
The following flags are implied by 'strict: true' and are redundant:
- strictNullChecks
- strictFunctionTypes
- strictBindCallApply
- strictPropertyInitialization
- noImplicitThis
- alwaysStrict
- noImplicitAny

Kept explicitly:
- noFallthroughCasesInSwitch
- noUncheckedIndexedAccess
- noImplicitOverride
- noImplicitReturns
2026-04-02 14:59:37 -07:00

683 B