aleclarson / vite-tsconfig-paths

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

fix: support .svelte when checkJs is true #13

Closed naranjamecanica closed 3 years ago

naranjamecanica commented 3 years ago

I've added .svelte files to the regular expression checking for filetypes to check.

For me this fixes https://github.com/aleclarson/vite-tsconfig-paths/issues/11