Update file inclusion pattern in biome.json
Changed the file inclusion pattern to ensure only TypeScript files in src directories are included. This helps in focusing solely on source files and avoids unintended files from being processed.
This commit is contained in:
parent
16487e5985
commit
c7e1a949a2
@ -5,7 +5,7 @@
|
|||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"include": [
|
"include": [
|
||||||
"./apps/**/*.ts"
|
"./apps/**/src/**/*.ts"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"vcs": {
|
"vcs": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user