turbo.json 161 B

12345678910
  1. {
  2. "$schema": "https://turbo.build/schema.json",
  3. "tasks": {
  4. "lint": {},
  5. "check-types": {},
  6. "test": {},
  7. "format": {},
  8. "clean": { "cache": false }
  9. }
  10. }