mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Organize includes
This commit is contained in:
parent
eb9163f95a
commit
2c52904e0e
1 changed files with 3 additions and 3 deletions
|
|
@ -61,10 +61,10 @@
|
|||
"**/*.e2e.ts"
|
||||
],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".storybook/*.ts",
|
||||
"**/*.mts"
|
||||
"**/*.mts",
|
||||
"next-env.d.ts",
|
||||
".storybook/*.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue