mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
The TypeScript and Angular configuration reading (`tsconfig.json`) has now been moved into the Angular compilation classes (AOT/JIT) directly. This removes compilation specific functionality from the esbuild plugin and allows the plugin to focus primarily on integration with esbuild.