Skip to content

Commit 6f72a64

Browse files
committed
chore: update dependencies and improve TypeScript configuration
- upgraded Next.js from 15.3.0 to 16.1.1 - upgraded React and ReactDOM from 19.1.0 to 19.2.3 - modified TypeScript configuration: - changed JSX setting from 'preserve' to 'react-jsx' - updated 'lib' array formatting for better readability - added '.next/dev/types/**/*.ts' to 'include' paths
1 parent ac1c6a7 commit 6f72a64

4 files changed

Lines changed: 287 additions & 238 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 0 deletions
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/dev/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)