diff --git a/packages/data/package.json b/packages/data/package.json index 203630cf2..7fa7d4cbf 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -6,7 +6,8 @@ "main": "dist/index.node.js", "exports": { "import": "./dist/index.mjs", - "require": "./dist/index.node.js" + "require": "./dist/index.node.js", + "types": "./dist/types/index.d.ts" }, "types": "./dist/types/index.d.ts", "files": [ diff --git a/packages/group/package.json b/packages/group/package.json index e9827ad69..b81bf866a 100644 --- a/packages/group/package.json +++ b/packages/group/package.json @@ -6,7 +6,8 @@ "main": "dist/index.node.js", "exports": { "import": "./dist/index.mjs", - "require": "./dist/index.node.js" + "require": "./dist/index.node.js", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [ diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index 1c30f1fca..4815847a6 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -6,7 +6,8 @@ "main": "dist/index.node.js", "exports": { "import": "./dist/index.mjs", - "require": "./dist/index.node.js" + "require": "./dist/index.node.js", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [ diff --git a/packages/heyauthn/package.json b/packages/heyauthn/package.json index c0895ff12..7c357576d 100644 --- a/packages/heyauthn/package.json +++ b/packages/heyauthn/package.json @@ -6,7 +6,8 @@ "main": "dist/index.node.js", "exports": { "import": "./dist/index.mjs", - "require": "./dist/index.node.js" + "require": "./dist/index.node.js", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [ diff --git a/packages/identity/package.json b/packages/identity/package.json index b4643ab9a..06ab2a7d3 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -6,7 +6,8 @@ "main": "dist/index.node.js", "exports": { "import": "./dist/index.mjs", - "require": "./dist/index.node.js" + "require": "./dist/index.node.js", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [ diff --git a/packages/proof/package.json b/packages/proof/package.json index 744cce818..5f93b6863 100644 --- a/packages/proof/package.json +++ b/packages/proof/package.json @@ -6,7 +6,8 @@ "main": "dist/index.node.js", "exports": { "import": "./dist/index.node.mjs", - "require": "./dist/index.node.js" + "require": "./dist/index.node.js", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [