From 844a399ec58e4994d43b4ed1bc3a4be906eafb09 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Wed, 21 Aug 2024 16:21:40 +0000 Subject: [PATCH] fix: yarn prepare --- yarn-project/world-state/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yarn-project/world-state/tsconfig.json b/yarn-project/world-state/tsconfig.json index 0088e438260..51c22f31bc5 100644 --- a/yarn-project/world-state/tsconfig.json +++ b/yarn-project/world-state/tsconfig.json @@ -21,6 +21,9 @@ { "path": "../merkle-tree" }, + { + "path": "../telemetry-client" + }, { "path": "../types" }