aboutsummaryrefslogtreecommitdiff
path: root/next-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'next-env.d.ts')
-rw-r--r--next-env.d.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/next-env.d.ts b/next-env.d.ts
index c6643fd..4f11a03 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,3 +1,5 @@
/// <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.