Releases: aleclarson/vite-tsconfig-paths
Releases · aleclarson/vite-tsconfig-paths
v5.1.2
v5.1.1
v5.1.0
- Add
skip
option for adding additional directories to be skipped when searching for tsconfig.json files (#146) - Fix path resolution on Windows when other Vite plugins neglect to normalize the
importer
path before callingthis.resolve
in theirresolveId
hooks (#157) - Allow both tsconfig.json and jsconfig.json in the same directory (4124b09)
v5.0.0
This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api
If your project is using CommonJS, you can rename your Vite config to use the .mjs
or .mts
extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.