Files
next-app-template/next-env.d.ts
renovate[bot] 161eea40d5 Update Next.js to 16 (#43)
* Update all dependencies to v16

* Update to Next.js 16

* Remove eslint from build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Rtishchev <rtivital@gmail.com>
2025-10-26 10:41:40 +03:00

7 lines
247 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
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.