Add next env config

This commit is contained in:
Shreerang Kale 2025-07-18 19:03:44 +05:30
parent 054de34b68
commit 77981f5bfb
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -43,4 +43,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

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

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