some update on next-env.d.ts

This commit is contained in:
Thomas Ruoff
2021-09-09 10:39:38 +02:00
parent d52d967d1c
commit 8a3a6adb4f

4
next-env.d.ts vendored
View File

@@ -1,2 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.