aleclarson / vite-tsconfig-paths

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

change checkJs to allowJs. #15

Closed jeremy-coleman closed 3 years ago

jeremy-coleman commented 3 years ago

the typescript setting allowJs is more appropriate for the use case. If a user wants to include and resolve javascript , that doesnt mean they also want typescript to check it. I'm sure checkjs causes a ton of headaches in users' IDE too.

open PR here https://github.com/aleclarson/vite-tsconfig-paths/pull/16

aleclarson commented 3 years ago

Released in v2.5.1