turbo.json 143 B

123456789
  1. {
  2. "$schema": "https://turborepo.com/schema.json",
  3. "tasks": {
  4. "typecheck": {},
  5. "build": {
  6. "dependsOn": ["^build"]
  7. }
  8. }
  9. }