Files
e-tib.com/next-env.d.ts
Marc Mintel 9c60f6d586
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 1m8s
Build & Deploy / 🧪 QA (push) Successful in 3m17s
Build & Deploy / 🏗️ Build (push) Failing after 1m19s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
chore: update next-env.d.ts
2026-05-13 18:35:25 +02: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.