turbo.json 131 B

123456789
  1. {
  2. "$schema": "https://turbo.build/schema.json",
  3. "extends": ["//"],
  4. "tasks": {
  5. "build": {
  6. "outputs": []
  7. }
  8. }
  9. }