1{ 2 "$schema": "https://charm.land/crush.json", 3 "lsp": { 4 "biome": { 5 "command": "npx", 6 "args": [ 7 "biome", 8 "lsp-proxy" 9 ] 10 } 11 } 12}