From a8c931cdc9aeb1a91ebfc6fbb55aabe84839bd71 Mon Sep 17 00:00:00 2001 From: ramon Date: Fri, 27 Dec 2024 13:39:54 +1100 Subject: [PATCH] Add missing path --- packages/edit-site/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/edit-site/tsconfig.json b/packages/edit-site/tsconfig.json index fb9e3acee5e8d5..9bcd49f3369153 100644 --- a/packages/edit-site/tsconfig.json +++ b/packages/edit-site/tsconfig.json @@ -30,6 +30,7 @@ { "path": "../icons" }, { "path": "../interactivity" }, { "path": "../interactivity-router" }, + { "path": "../media-utils" }, { "path": "../notices" }, { "path": "../keycodes" }, { "path": "../plugins" },