evanw / esbuild

An extremely fast bundler for the web
https://esbuild.github.io/
MIT License
38.15k stars 1.15k forks source link

feat: typescript project reference incremental build support #3880

Open ruojianll opened 2 months ago

ruojianll commented 2 months ago

I known there is a closed issue about the same feature, but I open this issue because it's very important for saving compiling time on monorepo.

https://www.typescriptlang.org/docs/handbook/project-references.html#an-example-project

ruojianll commented 2 months ago

https://github.com/evanw/esbuild/issues/1250