From 81217cc906a91f9031731492af92ef41d8e8f5c6 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Mon, 23 Feb 2026 20:05:39 +0000 Subject: [PATCH] fix: add devtools reference to cli tsconfig --- packages/cli/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json index e361d7ffe0..c3393de19b 100644 --- a/packages/cli/tsconfig.json +++ b/packages/cli/tsconfig.json @@ -14,5 +14,5 @@ "./package.json" ], "exclude": ["node_modules", "dist"], - "references": [{ "path": "../core" }] + "references": [{ "path": "../core" }, { "path": "../devtools" }] }