From d4feabc7727b7aee0caaaa7467fc5c28789dff6d Mon Sep 17 00:00:00 2001 From: Eyal Mizrachi <145741922+Eyalm321@users.noreply.github.com> Date: Fri, 15 May 2026 05:14:09 -0400 Subject: [PATCH] chore(releasing.commands): add lockfile.utils tsconfig reference --- releasing/commands/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasing/commands/tsconfig.json b/releasing/commands/tsconfig.json index a06c4f41fd..e03b3bb6ec 100644 --- a/releasing/commands/tsconfig.json +++ b/releasing/commands/tsconfig.json @@ -96,6 +96,9 @@ { "path": "../../lockfile/types" }, + { + "path": "../../lockfile/utils" + }, { "path": "../../network/fetch" },