I have my ViteJS project located in a folder ~/myprojects/web/src/foobar-project-007. When I run vite, it produced wrong tsconfig paths. I got src/foobar-project-007/src/components/*, src/foobar-project-007/src/lib/*, src/foobar-project-007/src/utils/* etc.
Maybe the problem is with having the project in a folder with name src. But I really have no idea
I have my ViteJS project located in a folder
~/myprojects/web/src/foobar-project-007
. When I runvite
, it produced wrong tsconfig paths. I gotsrc/foobar-project-007/src/components/*
,src/foobar-project-007/src/lib/*
,src/foobar-project-007/src/utils/*
etc.Maybe the problem is with having the project in a folder with name
src
. But I really have no idea