From c4898a7a2e69681baac55366848da6688f0d8790 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Tue, 31 May 2022 16:34:32 +0200 Subject: [PATCH] fix: NodeNext incompatibility in package.json (#8445) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5f6ac9c9..a89f8357 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "main": "./cjs-entry.js", "exports": { ".": { + "types": "./lib/types.d.ts", "import": "./lib/esm/puppeteer/node.js", "require": "./cjs-entry.js" },