Files
gongxue-base/turbo.json

12 lines
297 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
"dev": { "cache": false, "persistent": true },
"lint": {},
"test": {},
"format": { "cache": false },
"typecheck": { "dependsOn": ["^build"] }
}
}