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