diff --git a/.prettierignore b/.prettierignore
index 707becd3450..8d242b46f31 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -4,4 +4,5 @@ yarn.lock
package-lock.json
public
build
-pnpm-lock.yaml
\ No newline at end of file
+pnpm-lock.yaml
+next-env.d.ts
\ No newline at end of file
diff --git a/next-env.d.ts b/next-env.d.ts
index 7a70f65a1ee..9edff1c7cac 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,6 +1,6 @@
///
///
-import "./.next/types/routes.d.ts"
+import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.