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