Files
klp-mono/turbo.json

19 lines
290 B
JSON
Raw Permalink Normal View History

2025-10-10 16:47:38 +08:00
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build": {
"dependsOn": [
"prebuild",
"^build"
],
"outputs": [
"output-file.txt",
"dist/**"
]
},
"prebuild": {},
"lint": {},
"check-types": {}
}
}