fix(build): add explicit devtools dependency to cli and fix output structure

This commit is contained in:
Sehoon Shon
2026-03-25 09:54:02 -04:00
parent eea2c95659
commit c6119078c1
3 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",