fix(build): resolve devtools project reference and emit errors

This commit is contained in:
Sehoon Shon
2026-03-25 03:23:50 -04:00
parent 31d31576f9
commit 24f7f4f23d
+4 -1
View File
@@ -15,5 +15,8 @@
"./package.json"
],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
"references": [
{ "path": "../core" },
{ "path": "../devtools/tsconfig.build.json" }
]
}