aleclarson / vite-tsconfig-paths

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

Resolve selectively based on include/exclude/files in tsconfig.json #8

Closed aleclarson closed 3 years ago

aleclarson commented 3 years ago

Path resolutions should only apply to files that match the include, exclude, or files options.

aleclarson commented 3 years ago

Both include and exclude are now supported.

Released in v3.2.0

aleclarson commented 3 years ago

Closing. If someone wants files to be supported, please open a PR.