turbo.json 173 B

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