build: remove tsc

This commit is contained in:
2026-03-19 19:20:39 +05:30
parent ca753cd1ca
commit 61e8d1491d
4 changed files with 11 additions and 27 deletions
+4 -4
View File
@@ -20,17 +20,17 @@ Add to your OpenCode config (`opencode.json`):
### As Standalone CLI
```bash
# Using npx (no install)
npx @username/opencode-multi-model open my-session -m openai/gpt-4o anthropic/claude-3-5-sonnet
# Using bunx (no install)
bunx @username/opencode-multi-model open my-session -m openai/gpt-4o anthropic/claude-3-5-sonnet
# Or install globally
npm install -g @username/opencode-multi-model
bun install -g @username/opencode-multi-model
opencode-multi-model open my-session -m openai/gpt-4o
```
### As Project Tool
If you installed it via NPM and want to use it as a project tool, import it from the package:
If you installed it via bun and want to use it as a project tool, import it from the package:
```typescript
// .opencode/tools/multi-model.ts