mirror of
https://github.com/koush/scrypted.git
synced 2026-05-06 06:00:29 +01:00
noFallthroughCasesInSwitch: enabled switch fallthrough checking
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"noImplicitAny": true,
|
||||
"alwaysStrict": true,
|
||||
"strictBindCallApply": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"outDir": "./dist",
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
Reference in New Issue
Block a user