aboutsummaryrefslogtreecommitdiff
path: root/next-env.d.ts
blob: 9edff1c7cacb3bfac9a1eadcf6f51eaa99565e38 (plain)
1
2
3
4
5
6
/// <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.