From 31f2a21a768823e618ea933e3ba8bd10b5d225ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lima?= Date: Tue, 4 Mar 2025 23:17:20 +0000 Subject: [PATCH] reverted unnecessary changes --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a35f939e..e3cc9a30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -36,7 +36,7 @@ "next-env.d.ts", "**/*.ts", "**/*.tsx" -, "scripts/updatePrivateFieldExams.js" ], + ], "exclude": [ "node_modules" ]