Files
v10/packages/cli/turbo.json
T

11 lines
153 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": [],
"outputs": []
}
}
}