From 5a170acac329dc58922f1a11a37fa813cc874dcb Mon Sep 17 00:00:00 2001 From: Christopher Dedominici <18092467+ChristopherDedominici@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:14:33 +0200 Subject: [PATCH] export types in package.json --- v-next/hardhat-ethers/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v-next/hardhat-ethers/package.json b/v-next/hardhat-ethers/package.json index 073a701dfb..e9cd7ebb8b 100644 --- a/v-next/hardhat-ethers/package.json +++ b/v-next/hardhat-ethers/package.json @@ -12,7 +12,8 @@ "license": "MIT", "type": "module", "exports": { - ".": "./dist/src/index.js" + ".": "./dist/src/index.js", + "./types": "./dist/src/types.js" }, "keywords": [ "ethereum",