summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bun.lock3
-rw-r--r--packages/console/app/package.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 5ef5825db..8549285a5 100644
--- a/bun.lock
+++ b/bun.lock
@@ -26,6 +26,9 @@
"vinxi": "^0.5.7",
"zod": "catalog:",
},
+ "devDependencies": {
+ "typescript": "catalog:",
+ },
},
"packages/console/core": {
"name": "@opencode-ai/console-core",
diff --git a/packages/console/app/package.json b/packages/console/app/package.json
index 5c8fc301f..914eb9f1f 100644
--- a/packages/console/app/package.json
+++ b/packages/console/app/package.json
@@ -22,6 +22,9 @@
"vinxi": "^0.5.7",
"zod": "catalog:"
},
+ "devDependencies": {
+ "typescript": "catalog:"
+ },
"engines": {
"node": ">=22"
}