{ "$schema": "https://turbo.build/schema.json", "tasks": { "lint:tsc": { "cache": false }, "lint:biome": { "cache": false }, "build": { "inputs": ["src/**"], "outputs": ["dist/**"], "cache": false }, "clean:dist": { "dependsOn": ["^clean:dist"], "cache": false }, "clean:modules": { "dependsOn": ["^clean:modules"], "cache": false } } }