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