summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-03-04 16:48:29 +0000
committerDavid Hill <[email protected]>2026-03-04 16:48:29 +0000
commit40fc406424c27a00f0841af46f6ec96572c973f7 (patch)
treee955ad6de874efecc1316d6298a05228585267d9
parent6f232717417853df38bbd3b3241354bd2aa08e22 (diff)
downloadopencode-40fc406424c27a00f0841af46f6ec96572c973f7.tar.gz
opencode-40fc406424c27a00f0841af46f6ec96572c973f7.zip
ci: make tsgo available for pre-push typechecks
-rw-r--r--bun.lock1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index e8db819e1..8beb9ae6f 100644
--- a/bun.lock
+++ b/bun.lock
@@ -15,6 +15,7 @@
"@actions/artifact": "5.0.1",
"@tsconfig/bun": "catalog:",
"@types/mime-types": "3.0.1",
+ "@typescript/native-preview": "catalog:",
"glob": "13.0.5",
"husky": "9.1.7",
"prettier": "3.6.2",
diff --git a/package.json b/package.json
index f2c4dac99..ba84d1052 100644
--- a/package.json
+++ b/package.json
@@ -71,6 +71,7 @@
"@actions/artifact": "5.0.1",
"@tsconfig/bun": "catalog:",
"@types/mime-types": "3.0.1",
+ "@typescript/native-preview": "catalog:",
"glob": "13.0.5",
"husky": "9.1.7",
"prettier": "3.6.2",