Files
fressh/packages/react-native-uniffi-russh/turbo.json
EthanShoeDev 6c972c8f13 temp
2025-09-13 12:21:20 -04:00

13 lines
238 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": ["lib/**", "android/**", "ios/**", "cpp/**", "src/**"]
},
"typecheck": {
"dependsOn": ["build"]
}
},
"extends": ["//"]
}