summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-17 03:33:54 -0400
committerDax Raad <[email protected]>2025-09-17 03:33:54 -0400
commit8acd537d1da65569b3793747c134b03800c7142d (patch)
treed37c30a374fd201f4cf61f6573ac8d4c05da4a74 /turbo.json
parent40c206c2f9999689572926a758c3661297e99a95 (diff)
downloadopencode-8acd537d1da65569b3793747c134b03800c7142d.tar.gz
opencode-8acd537d1da65569b3793747c134b03800c7142d.zip
ci: turborepo typecheck
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
new file mode 100644
index 000000000..7c0385206
--- /dev/null
+++ b/turbo.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://turborepo.com/schema.json",
+ "tasks": {
+ "typecheck": {}
+ }
+}