add next-env.d.ts

This commit is contained in:
Thomas Ruoff
2021-11-23 23:48:57 +01:00
parent 16e84a5283
commit 2e0c974ce2

4
next-env.d.ts vendored
View File

@@ -1,2 +1,6 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/types/global" /> /// <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.