diff options
Diffstat (limited to 'demos/css-stress-test/next-env.d.ts')
-rw-r--r-- | demos/css-stress-test/next-env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/css-stress-test/next-env.d.ts b/demos/css-stress-test/next-env.d.ts index 7b7aa2c77..9bc3dd46b 100644 --- a/demos/css-stress-test/next-env.d.ts +++ b/demos/css-stress-test/next-env.d.ts @@ -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. |