ezolenko / rollup-plugin-typescript2

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

fix: don't duplicate type-only check on Windows #385

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

Ensure that the type-only / "missed" type-check doesn't duplicate on Windows

Details

Review Notes

I confirmed on CI on my fork that tests pass on Windows now