Skip to content

Commit

Permalink
chore: add next-env.d.ts for environment types
Browse files Browse the repository at this point in the history
  • Loading branch information
najitwo committed Oct 29, 2024
1 parent fec9eea commit c3604f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ yarn-error.log*
# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# VS Code
.vscode
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -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/basic-features/typescript for more information.

0 comments on commit c3604f6

Please sign in to comment.