diff --git a/packages/groth16/package.json b/packages/groth16/package.json index d7b0cc814..116bc2362 100644 --- a/packages/groth16/package.json +++ b/packages/groth16/package.json @@ -10,7 +10,8 @@ "require": "./dist/index.node.js" }, "browser": "./dist/index.browser.mjs", - "default": "./dist/index.browser.mjs" + "default": "./dist/index.browser.mjs", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [ diff --git a/packages/imt/package.json b/packages/imt/package.json index 474657b7f..ee90e56d3 100644 --- a/packages/imt/package.json +++ b/packages/imt/package.json @@ -9,7 +9,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/lazytower/package.json b/packages/lazytower/package.json index 049737dbb..a96f0dde6 100644 --- a/packages/lazytower/package.json +++ b/packages/lazytower/package.json @@ -9,7 +9,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/poseidon-proof/package.json b/packages/poseidon-proof/package.json index 433e140e6..408fe548b 100644 --- a/packages/poseidon-proof/package.json +++ b/packages/poseidon-proof/package.json @@ -10,7 +10,8 @@ "require": "./dist/index.node.js" }, "browser": "./dist/index.browser.mjs", - "default": "./dist/index.browser.mjs" + "default": "./dist/index.browser.mjs", + "types": "./dist/types/index.d.ts" }, "types": "dist/types/index.d.ts", "files": [ diff --git a/packages/smt/package.json b/packages/smt/package.json index 11f160034..10fd9f431 100644 --- a/packages/smt/package.json +++ b/packages/smt/package.json @@ -14,7 +14,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": [