{ "$schema": "https://turbo.build/schema.json", "tasks": { "typecheck": {}, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "test": { "dependsOn": ["^build"], "outputs": [] } } }