hedgedoc/frontend/next-env.d.ts
Tilman Vatteroth 5a41234c5f
migrate to next 15
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2025-04-20 21:13:59 +02:00

6 lines
277 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.