summaryrefslogtreecommitdiffhomepage
path: root/cloud/function
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-02 03:18:13 -0400
committerDax Raad <[email protected]>2025-09-02 03:18:30 -0400
commit4a76224268f012ff7c22754e4eb624f151c05fe5 (patch)
tree2905bbeea416e46903b33d04c131a67bcdc0202c /cloud/function
parent810c9cff1db91f10158cc002dc70b89871762e1e (diff)
downloadopencode-4a76224268f012ff7c22754e4eb624f151c05fe5.tar.gz
opencode-4a76224268f012ff7c22754e4eb624f151c05fe5.zip
wip: typechecking
Diffstat (limited to 'cloud/function')
-rw-r--r--cloud/function/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/cloud/function/package.json b/cloud/function/package.json
index cc9a559c2..27181cdb9 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -4,6 +4,9 @@
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
+ "scripts": {
+ "typecheck": "tsc --noEmit"
+ },
"devDependencies": {
"@cloudflare/workers-types": "4.20250522.0",
"@types/node": "catalog:",