This commit is contained in:
Dax Raad 2025-10-14 18:30:32 -04:00
parent ea926f0e1a
commit 62e5f4b154
11 changed files with 50 additions and 17 deletions

View file

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "bun run src/index.ts",
"typecheck": "tsc --noEmit"
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@opencode-ai/sdk": "workspace:*",
@ -12,6 +12,7 @@
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
}
}