From c5fc95df4b111b15a74d97f2513746e0d29c02b9 Mon Sep 17 00:00:00 2001 From: Dan Lee <142251406+dan-aztec@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:53:34 -0800 Subject: [PATCH] fix: update noir-contracts path to types (#3247) fixes imports when package is installed image --- yarn-project/noir-contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/noir-contracts/package.json b/yarn-project/noir-contracts/package.json index e098ee47798..ec1249fe8a7 100644 --- a/yarn-project/noir-contracts/package.json +++ b/yarn-project/noir-contracts/package.json @@ -58,7 +58,7 @@ "src", "!*.test.*" ], - "types": "./dest/index.d.ts", + "types": "./dest/types/index.d.ts", "engines": { "node": ">=18" }