Browse Source

chore: updated ts config with review changes

ankitsridhar16 2 years ago
parent
commit
ca5404a93b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/hoppscotch-backend/tsconfig.json

+ 1 - 1
packages/hoppscotch-backend/tsconfig.json

@@ -17,6 +17,6 @@
     "noImplicitAny": false,
     "strictBindCallApply": false,
     "forceConsistentCasingInFileNames": false,
-    "noFallthroughCasesInSwitch": false,
+    "noFallthroughCasesInSwitch": true,
   }
 }