From 028852f0e216adcc85e1112f2198d8fed9f4cb63 Mon Sep 17 00:00:00 2001 From: NicolasNewman Date: Mon, 29 May 2023 09:21:42 +0900 Subject: [PATCH] fix(boxplot): included boxplot in monorepo tsconfig --- tsconfig.monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.monorepo.json b/tsconfig.monorepo.json index f7f084084c..2006de8f85 100644 --- a/tsconfig.monorepo.json +++ b/tsconfig.monorepo.json @@ -23,6 +23,7 @@ // Charts now { "path": "./packages/bar" }, + { "path": "./packages/boxplot" }, { "path": "./packages/bullet" }, { "path": "./packages/bump" }, { "path": "./packages/calendar" },