From b6a85913a0c46a52526fdd1b9255b2781c9bcb8a Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 24 Apr 2024 04:30:38 +0000 Subject: [PATCH] fix --- yarn-project/pxe/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn-project/pxe/tsconfig.json b/yarn-project/pxe/tsconfig.json index a9b056c037d..e32a4d6aa27 100644 --- a/yarn-project/pxe/tsconfig.json +++ b/yarn-project/pxe/tsconfig.json @@ -6,9 +6,6 @@ "tsBuildInfoFile": ".tsbuildinfo" }, "references": [ - { - "path": "../builder" - }, { "path": "../circuit-types" }, @@ -27,6 +24,9 @@ { "path": "../kv-store" }, + { + "path": "../builder" + }, { "path": "../noir-protocol-circuits-types" },