Files
web-boilerplate/next-env.d.ts
JonLuca De Caro 5ff5ef65c3 boilerplate
2026-03-03 18:43:35 -08:00

7 lines
249 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/pages/api-reference/config/typescript for more information.