link-stack/apps/leafcutter/next-env.d.ts

7 lines
294 B
TypeScript
Raw Permalink Normal View History

2023-02-13 13:46:56 +00:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
2023-07-23 11:21:39 +02:00
/// <reference types="next/navigation-types/compat/navigation" />
2023-02-13 13:46:56 +00:00
// NOTE: This file should not be edited
2024-09-27 11:22:45 +02:00
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.