Current Behavior
TypeScript is both compiled and checked by rollup-plugin-typescript2.
Desired Behavior / Suggested Solution / Alternatives
What are your thoughts on adding something to run type-checking code in a separate process, like fork-ts-checker-webpack-plugin?
Looks like this would either require moving away from Rollup or finding a plugin that does this.
Who does this impact? Who is this for?
tsdx users
Additional Information
Current Behavior
TypeScript is both compiled and checked by
rollup-plugin-typescript2.Desired Behavior / Suggested Solution / Alternatives
What are your thoughts on adding something to run type-checking code in a separate process, like
fork-ts-checker-webpack-plugin?Looks like this would either require moving away from Rollup or finding a plugin that does this.
Who does this impact? Who is this for?
tsdx users
Additional Information
create-react-appdid some exploration into improving TS performance in this thread, when they were addingfork-ts-checker-webpack-plugin: Speed up TypeScript projects react/create-react-app#5903fork-ts-checker-webpack-plugintoo Integrate type checking into compilation pipeline vercel/next.js#7278