diff options
Diffstat (limited to 'frontend/biome.json')
| -rw-r--r-- | frontend/biome.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/biome.json b/frontend/biome.json index 5500f2c..d589e28 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -4,5 +4,9 @@ "enabled": true, "clientKind": "git", "useIgnoreFile": true + }, + "files": { + "includes": ["**", "!src/graphql/generated/*.ts"], + "ignoreUnknown": true } } |
