diff --git a/biome.json b/biome.json index 39e801f6..ef675750 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "files": { - "includes": ["**", "!**/*.json", "!coverage"], + "includes": ["**", "!**/*.json", "!coverage", "!dist"], "ignoreUnknown": true }, "formatter": {