{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**"], "inputs": ["src/**/*.ts", "tsconfig.json", "package.json"] }, "check": { "dependsOn": ["^build"], "inputs": ["src/**/*.ts", "tsconfig.json"] }, "clean": { "cache": false } } }