aleclarson / vite-tsconfig-paths

Support for TypeScript's path mapping in Vite
MIT License
1.31k stars 48 forks source link

Add ability to skip some directories #147

Open Akiyamka opened 3 months ago

Akiyamka commented 3 months ago

Hi. We use bazel in our monorepo, and due to the specifics of its work this plugin crashes at the stage of folder traversal when it finds non-working symlinks. (From the point of view of bazel it is correct, it rebuilds only what is included in the dependency graph of the current target). For such cases it would be very useful to have a setting where we could exclude directories from traversal

Please look at #146