Files
svg-sprites/integration/apps/next-pages-webpack/next-env.d.ts

7 lines
249 B
TypeScript
Raw Permalink Normal View History

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