Skip to content

Commit 1f7a0ec

Browse files
committed
chore: upgrade Next.js to v16.2.4 and update TypeScript configuration and ESLint dependencies
1 parent d104e26 commit 1f7a0ec

4 files changed

Lines changed: 6866 additions & 1619 deletions

File tree

next-env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
import "./.next/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)