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

8 lines
328 B
TypeScript
Raw 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" />
/// <reference path="./.next/types/routes.d.ts" />
2023-02-13 13:46:56 +00:00
// NOTE: This file should not be edited
2025-01-26 12:24:57 +01:00
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.