diff --git a/package.json b/package.json index 8adf099..bce462c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" - } + }, + "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.js",