diff --git a/biome.json b/biome.json index fc3b34e..1514ed8 100644 --- a/biome.json +++ b/biome.json @@ -202,6 +202,18 @@ } } } + }, + { + "include": [ + "./apps/core/src/**/*.ts" + ], + "linter": { + "rules": { + "style": { + "useImportType": "off" + } + } + } } ] } \ No newline at end of file