21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
|
"tasks": {
|
|
"lint:tsc": {
|
|
"cache": false
|
|
},
|
|
"lint:eslint": {
|
|
"cache": false
|
|
},
|
|
"clean:dist": {
|
|
"dependsOn": ["^clean:dist"],
|
|
"cache": false
|
|
},
|
|
"clean:node": {
|
|
"dependsOn": ["^clean:node"],
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|