fix(web): exclude e2e/ from tsconfig to prevent false typecheck errors
This commit is contained in:
parent
8b18a8e74b
commit
d192061df3
@ -30,5 +30,5 @@
|
||||
".next/dev/types/**/*.ts",
|
||||
"**/*.mts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "e2e"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user