diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json
index 42eacebc78..153e25c13f 100644
--- a/src/frontend/tsconfig.json
+++ b/src/frontend/tsconfig.json
@@ -28,14 +28,14 @@
"strictPropertyInitialization": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
- "types": ["@testing-library/jest-dom"]
+ "types": ["@testing-library/jest-dom"],
},
"include": [
// ".eslintrc.cjs",
// ".eslintrc.js",
"src",
"src/**/*.ts",
- "tests"
+ "tests",
],
- "exclude": ["node_modules", "dist"]
+ "exclude": ["node_modules", "dist"],
}