ezolenko / rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.
MIT License
820 stars 71 forks source link

fix: missing `tsconfig` error shouldn't say `undefined` #383

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

Improve the error message when a tsconfig path doesn't have a file. The error message should say the path passed in, not 'undefined'

Details

agilgur5 commented 2 years ago

Tests are failing due to #377 ; the test for this change passes