Open
Description
What happens and why it is wrong
rollup --watch
takes 14sec to rebuild with check: true
, and only 3sec with check: false
. I propose creating a separate node process just for type checking, similar to fork-ts-checker-webpack-plugin. This would allow us to have faster builds without losing realtime type errors.
Versions
- typescript: 3.0.1
- rollup: 0.65.0
- rollup-plugin-typescript2: 0.17.0