diff --git a/tsconfig.json b/tsconfig.json index afebd6f..2bf16bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,7 @@ "@/utils/*": ["utils/*"] }, "types": ["cypress", "@testing-library/cypress"], - "noImplicitAny": false, + "noImplicitAny": false }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"]