add next-env.d.ts

This commit is contained in:
Sebastian Seedorf
2022-08-14 12:44:40 +02:00
parent 76f508a847
commit 183396f599
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -33,4 +33,3 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.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/basic-features/typescript for more information.