console/packages/web/docs/next-env.d.ts

7 lines
262 B
TypeScript
Raw Normal View History

2022-05-18 07:26:57 +00:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
2022-05-18 07:26:57 +00:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.