mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["lib/**", "android/**", "ios/**", "cpp/**", "src/**"]
|
|
},
|
|
"typecheck": {
|
|
"dependsOn": ["build"]
|
|
}
|
|
},
|
|
"extends": ["//"]
|
|
}
|