summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
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/desktop
parentea926f0e1a2d7491adcc6a329a10ab8ff27d1aa9 (diff)
downloadopencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.tar.gz
opencode-62e5f4b1542143e86715fa3d684da6156f47a3a6.zip
try tsgo
Diffstat (limited to 'packages/desktop')
-rw-r--r--packages/desktop/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/desktop/package.json b/packages/desktop/package.json
index ba5aabf08..92f656a4d 100644
--- a/packages/desktop/package.json
+++ b/packages/desktop/package.json
@@ -8,7 +8,7 @@
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsgo --noEmit"
},
"license": "MIT",
"devDependencies": {
@@ -17,6 +17,7 @@
"@types/luxon": "3.7.1",
"@types/node": "catalog:",
"typescript": "catalog:",
+ "@typescript/native-preview": "catalog:",
"vite": "catalog:",
"vite-plugin-icons-spritesheet": "3.0.1",
"vite-plugin-solid": "catalog:"