Next.js 및 React 버전 업데이트, 불필요한 설정 제거 및 타입 정의 추가

This commit is contained in:
2025-08-29 00:02:28 +09:00
parent ab5058b66f
commit 840f1e49c8
5 changed files with 228 additions and 206 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.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.