From 84a99c58f45ede888466b89b1e50273be0c3837f Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 22 Jun 2021 13:50:59 -0500 Subject: [PATCH] Ensure image-types file is included (#26495) --- packages/next/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 124e777d8d8cc..a58ea42442af7 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -41,7 +41,8 @@ "amp.js", "amp.d.ts", "types/index.d.ts", - "types/global.d.ts" + "types/global.d.ts", + "image-types/global.d.ts" ], "bin": { "next": "./dist/bin/next"