summaryrefslogtreecommitdiffhomepage
path: root/packages/slack
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-14 18:30:32 -0400
committerDax Raad <[email protected]>2025-10-14 18:30:32 -0400
commit62e5f4b1542143e86715fa3d684da6156f47a3a6 (patch)
tree703c29cdf2e594c583daa53fb3088f922f3d7499 /packages/slack
parentea926f0e1a2d7491adcc6a329a10ab8ff27d1aa9 (diff)
downloadopencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.tar.gz
opencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.zip
try tsgo
Diffstat (limited to 'packages/slack')
-rw-r--r--packages/slack/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/slack/package.json b/packages/slack/package.json
index 9da2f2284..cc060a269 100644
--- a/packages/slack/package.json
+++ b/packages/slack/package.json
@@ -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:"
}
}