S SmartDocs
シリーズ: next.js typescript 5 行 · 更新日 2026-02-03

next-env.d.ts

next.js/frontend/next-env.d.ts

/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

関連記事