mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Ignore .next in tsconfig
This commit is contained in:
parent
cf94d4b3cf
commit
eb9163f95a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,6 +56,7 @@
|
|||
"exclude": [
|
||||
"./out/**/*",
|
||||
"./node_modules/**/*",
|
||||
".next/**/*",
|
||||
"**/*.spec.ts",
|
||||
"**/*.e2e.ts"
|
||||
],
|
||||
|
|
@ -64,7 +65,6 @@
|
|||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".storybook/*.ts",
|
||||
".next/types/**/*.ts",
|
||||
"**/*.mts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue