ezolenko / rollup-plugin-typescript2

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

clean: remove redundant `generateRound === 0` check #400

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

Removes the if (generateRound === 0) check in the options hook as it is redundant / unnecessary

Details