{
"$schema": "https://turborepo.com/schema.json",
"extends": ["//"],
"tasks": {
"build:commonjs": {
"cache": false,
"persistent": false,
"outputs": ["dist/**"]
},
"build:commonjs:watch": {
"persistent": true,
"dependsOn": ["build:commonjs"]
}