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