You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's working file except that the type checking will throw errors for files that are not in the directory resources/js/Components. For example, it will throw errors that occurs in resources/js/Utils or resources/js/Composables which is a little annoying.
Reproduction
/ (unable to have typechecking running withing Stackblitz)
Hello @Barbapapazes. Please provide a minimal reproduction using a GitHub repository or StackBlitz (you can also use examples). Issues marked with needs reproduction will be closed if they have no activity within 3 days.
Describe the bug
Hello 👋,
I'm using this sort of command
vitest resources/js/Components/
with the following option in myvite.config.ts
:It's working file except that the type checking will throw errors for files that are not in the directory
resources/js/Components
. For example, it will throw errors that occurs inresources/js/Utils
orresources/js/Composables
which is a little annoying.Reproduction
/ (unable to have typechecking running withing Stackblitz)
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: