commit next-env.d.ts for working lint in CI
Some checks failed
Lint / Lint (push) Has been cancelled

This commit is contained in:
2025-08-29 10:00:13 +02:00
parent 38799425d4
commit a55978e602
2 changed files with 7 additions and 1 deletions

6
next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.