fix: add devtools reference to cli tsconfig

This commit is contained in:
Christian Gunderman
2026-02-23 20:05:39 +00:00
parent 557d34d4bd
commit ab3c144cd6

View File

@@ -14,5 +14,5 @@
"./package.json"
],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
"references": [{ "path": "../core" }, { "path": "../devtools" }]
}