aboutsummaryrefslogtreecommitdiffstats
path: root/next-env.d.ts
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-10-10 14:48:38 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-10-10 14:48:38 +0300
commit67e51c634252a08c58decda1a4527911089361af (patch)
tree1cf2f3454320d29735563e8df17e8f22121281f6 /next-env.d.ts
parent4d60c2f54fe9779ad007230d5ecf1c976efe1a00 (diff)
Update packages
Diffstat (limited to 'next-env.d.ts')
-rw-r--r--next-env.d.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/next-env.d.ts b/next-env.d.ts
index 7b7aa2c..4f11a03 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,2 +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.