ezolenko / rollup-plugin-typescript2

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

refactor: combine `check-tsconfig` with `parse-tsconfig` #413

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

~NOTE: this is built on top of #404 as it uses the context changes made there. As such, I've marked this PR as "Draft" until #404 is merged.~ Rebased on top and marked as ready for review.

Summary

Combine the two tsconfig files into one as the split is not currently necessary and adds unnecessary complexity

Details

agilgur5 commented 2 years ago

This is gonna merge conflict with #404 -- please merge that first as it's a complicated one that a bunch of other code depends on ~EDIT: nvm, see below~ EDIT2: more of a "silent" merge conflict due to variable renaming, so will build this on top of #404 after all and fix the renaming issue. Sorry for any notification churn!