aleclarson / vite-tsconfig-paths

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

Support `jsconfig.json` files #51

Closed MichaelDeBoey closed 2 years ago

MichaelDeBoey commented 2 years ago

tsconfig-paths v4.0.0 now supports jsconfig.json files. (see https://github.com/dividab/tsconfig-paths/pull/199)

https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md#400---2022-05-02

aleclarson commented 2 years ago

This plugin doesn't use the walkForTsConfig function.

Also duplicate of #22