Files
company-site/next-env.d.ts
JanYork 1db8941b9a docs: 添加项目截图并更新next-env.d.ts路径
添加4张项目截图到README文档中,展示项目功能
更新next-env.d.ts中的类型声明文件路径
2026-03-18 13:30:32 +08:00

7 lines
251 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.