aleclarson / vite-tsconfig-paths

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

feat: support jsconfig.json files #57

Closed aleclarson closed 2 years ago

aleclarson commented 2 years ago

Continued from #52

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (33c7357) into master (35078eb) will increase coverage by 0.34%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   72.61%   72.95%   +0.34%     
==========================================
  Files           4        4              
  Lines         157      159       +2     
  Branches       52       50       -2     
==========================================
+ Hits          114      116       +2     
  Misses         42       42              
  Partials        1        1              
Impacted Files Coverage Δ
src/index.ts 79.83% <80.00%> (+0.16%) :arrow_up:
src/path.ts 85.71% <100.00%> (+1.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35078eb...33c7357. Read the comment docs.