beadboard/next-env.d.ts

7 lines
262 B
TypeScript
Raw Normal View History

2026-02-11 17:42:51 -08:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
2026-02-11 17:42:51 -08:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.