Files
univer/turbo.json
T

19 lines
247 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"test": {
},
"coverage": {
"cache": false
},
"build": {
},
"build:e2e": {},
"typecheck": {}
}
}