13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"],
|
|
"cache": false
|
|
},
|
|
"watch": {
|
|
"cache": false,
|
|
"persistent": true
|
|
}
|
|
}
|
|
}
|