From 66e744ca652122bbc5e70530084fd1a476dd7a9b Mon Sep 17 00:00:00 2001 From: Kara Brightwell Date: Thu, 7 Nov 2024 15:54:41 +0000 Subject: [PATCH] build: compile the monorepo plugin --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9c507516b..8acba2379 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -123,6 +123,9 @@ }, { "path": "lib/schemas" + }, + { + "path": "plugins/monorepo" } ] }