Skip to content

Commit

Permalink
fix: next-env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Sep 11, 2023
1 parent 5cc0f61 commit b3bdc3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ yarn-error.log*

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

# custom
/dist
Expand Down
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 b3bdc3a

Please sign in to comment.