Todo
diff --git a/tsconfig.json b/tsconfig.json
index 4ece9bd..34aaf22 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -41,7 +41,8 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
- "next.config.mjs"
+ "next.config.mjs",
+ "jest.setup.js"
],
"exclude": ["node_modules", "./cypress.config.ts", "cypress", "**/*.cy.tsx"]
}