noFallthroughCasesInSwitch: enabled switch fallthrough checking

This commit is contained in:
Koushik Dutta
2026-04-02 09:47:50 -07:00
parent 7cf11d040c
commit bd8b152bfd

View File

@@ -6,6 +6,7 @@
"noImplicitAny": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"noFallthroughCasesInSwitch": true,
"outDir": "./dist",
"esModuleInterop": true,
"moduleResolution": "NodeNext",