Files
2026-06-24 13:57:50 +08:00

22 lines
338 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"test": {
},
"coverage": {
"outputs": ["coverage/**"]
},
"build": {
"outputs": ["lib/**"]
},
"build:e2e": {
"outputs": ["local/**"]
},
"typecheck": {}
}
}