diff --git a/biome.json b/biome.json index da0198a..c0977e2 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,13 @@ { + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", "formatter": { - "enabled": true, "indentStyle": "space", "indentWidth": 2 + }, + "files": { + "includes": [ + "**", + "!!**/dist" + ] } } \ No newline at end of file