diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 8a022302..8f5aedf3 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -16,6 +16,6 @@ "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, - "noFallthroughCasesInSwitch": false, - }, + "noFallthroughCasesInSwitch": false + } }