chore: updated ts config with review changes

This commit is contained in:
ankitsridhar16
2023-01-19 16:25:36 +05:30
parent f6f4547af3
commit ca5404a93b

View File

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