diff --git a/package/package.json b/package/package.json index 5369be5..fd8572b 100644 --- a/package/package.json +++ b/package/package.json @@ -41,8 +41,8 @@ }, "exports": { ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js" + "types": "./lib/src/index.d.ts", + "import": "./lib/src/index.js" }, "./types": { "types": "./lib/typechain/index.d.ts",