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
I have a simple react project and I want to prevent vite from transforming certain files from within my src directory. I have an exclude line in tsconfig.json and tsc ignores these files, but vite doesn't. It complains that it can't find modules imported in those files. I don't want those files transformed at all.
How do fix?
The text was updated successfully, but these errors were encountered:
I have a simple react project and I want to prevent vite from transforming certain files from within my
src
directory. I have anexclude
line intsconfig.json
andtsc
ignores these files, but vite doesn't. It complains that it can't find modules imported in those files. I don't want those files transformed at all.How do fix?
The text was updated successfully, but these errors were encountered: