ezolenko / rollup-plugin-typescript2

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

fix: hardcode declaration extension check #456

Closed agilgur5 closed 1 year ago

agilgur5 commented 1 year ago

Summary

Follow-up to https://github.com/ezolenko/rollup-plugin-typescript2/pull/451#discussion_r1256333929, ensure declarations are always ignored during resolution.

Details

Cherry-pick of two commits from October that I had on a different, incomplete branch for #426