diff --git a/packages/utils-evm-hardhat/package.json b/packages/utils-evm-hardhat/package.json index 41f1e2c29..b19f9c41e 100644 --- a/packages/utils-evm-hardhat/package.json +++ b/packages/utils-evm-hardhat/package.json @@ -25,7 +25,8 @@ "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ - "./dist/index.*" + "./dist/index.*", + "./dist/type-extensions.*" ], "scripts": { "prebuild": "npx tsc --noEmit -p tsconfig.build.json",