summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
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/sdk
parentea926f0e1a2d7491adcc6a329a10ab8ff27d1aa9 (diff)
downloadopencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.tar.gz
opencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.zip
try tsgo
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json
index c74d60409..3fd345f9e 100644
--- a/packages/sdk/js/package.json
+++ b/packages/sdk/js/package.json
@@ -4,7 +4,7 @@
"version": "0.15.3",
"type": "module",
"scripts": {
- "typecheck": "tsc --noEmit",
+ "typecheck": "tsgo --noEmit",
"build": "./script/build.ts"
},
"exports": {
@@ -19,10 +19,11 @@
"@hey-api/openapi-ts": "0.81.0",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
- "typescript": "catalog:"
+ "typescript": "catalog:",
+ "@typescript/native-preview": "catalog:"
},
"dependencies": {},
"publishConfig": {
"directory": "dist"
}
-} \ No newline at end of file
+}