Create next-env.d.ts

This commit is contained in:
Justin Edmund 2022-01-24 18:44:11 -08:00
parent cfdd722536
commit 6c585b4d22

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.