labyrinth-frontend/next-env.d.ts
Manuel Friedli ed99a8bed4
Some checks failed
/ maven-build (push) Failing after 22s
Move from drone-ci to forgejo actions.
2026-02-25 19:29:32 +01:00

6 lines
247 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/app/api-reference/config/typescript for more information.