summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-01 14:46:04 -0400
committerDax Raad <[email protected]>2025-06-01 14:46:04 -0400
commita1c4f345a89d46dd44e7e208dc7ffd4b9bcd500f (patch)
tree9c0c486212725db98ca76eb9df2adc66da609f9d /package.json
parent526a8ea19a64c131fb0b7924f38860984244b0cc (diff)
downloadopencode-a1c4f345a89d46dd44e7e208dc7ffd4b9bcd500f.tar.gz
opencode-a1c4f345a89d46dd44e7e208dc7ffd4b9bcd500f.zip
Fix TypeScript errors and clean up unused imports
- Remove unused fs import from app.ts - Remove unused LLM import and missing module reference from server.ts - Fix parameter naming inconsistency in fetch.ts execute function - Add missing metadata property to fetch.ts return statement - Update test file to use correct API signatures and parameter names - Remove unused parameters from example.ts 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f661facf2..3a5f966db 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"type": "module",
"packageManager": "[email protected]",
"scripts": {
+ "typecheck": "bun run typecheck --filter='*'",
"dev": "sst dev"
},
"workspaces": {