{ "$schema": "https://turborepo.com/schema.json", "ui": "tui", "tasks": { "lint": { "with": ["lint:biome", "typecheck"] }, "typecheck": {}, "lint:biome": {}, "lint:biome:check": {} } }