diff --git a/biome.json b/biome.json index 195a6c2..dd06f05 100644 --- a/biome.json +++ b/biome.json @@ -8,7 +8,7 @@ "rules": { "recommended": true }, - "ignore": ["./.nx", "node_modules/"] + "ignore": ["./.nx", "node_modules/", "dist/"] }, "formatter": { "indentStyle": "space",