From 22472e3dccad6536b4486c73eee21d0f87212351 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Tue, 16 Jan 2024 15:07:58 -0600 Subject: [PATCH] Run prettier --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]