summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin
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/plugin
parentea926f0e1a2d7491adcc6a329a10ab8ff27d1aa9 (diff)
downloadopencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.tar.gz
opencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.zip
try tsgo
Diffstat (limited to 'packages/plugin')
-rw-r--r--packages/plugin/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 48332ca59..3473940a0 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -4,7 +4,7 @@
"version": "0.15.3",
"type": "module",
"scripts": {
- "typecheck": "tsc --noEmit",
+ "typecheck": "tsgo --noEmit",
"build": "tsc"
},
"exports": {
@@ -21,6 +21,7 @@
"devDependencies": {
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
- "typescript": "catalog:"
+ "typescript": "catalog:",
+ "@typescript/native-preview": "catalog:"
}
-} \ No newline at end of file
+}