diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-10 14:48:38 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-10 14:48:38 +0300 |
| commit | 67e51c634252a08c58decda1a4527911089361af (patch) | |
| tree | 1cf2f3454320d29735563e8df17e8f22121281f6 /next-env.d.ts | |
| parent | 4d60c2f54fe9779ad007230d5ecf1c976efe1a00 (diff) | |
Update packages
Diffstat (limited to 'next-env.d.ts')
| -rw-r--r-- | next-env.d.ts | 5 |
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. |
