diff options
| author | Dax Raad <[email protected]> | 2025-09-17 03:33:54 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-17 03:33:54 -0400 |
| commit | 8acd537d1da65569b3793747c134b03800c7142d (patch) | |
| tree | d37c30a374fd201f4cf61f6573ac8d4c05da4a74 /turbo.json | |
| parent | 40c206c2f9999689572926a758c3661297e99a95 (diff) | |
| download | opencode-8acd537d1da65569b3793747c134b03800c7142d.tar.gz opencode-8acd537d1da65569b3793747c134b03800c7142d.zip | |
ci: turborepo typecheck
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 6 |
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": {} + } +} |
