Files
web2.0-frontend/next-env.d.ts
2025-12-10 19:38:18 +02: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.