diff --git a/package.json b/package.json index 8ca80ccf..f06e8c72 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "./lib/server/*": { "import": "./esm/server/*.mjs", "require": "./lib/server/*.js" - } + }, + "./package.json": "./package.json" }, "scripts": { "build": "run-s build:*",