mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
The exclude field has been removed from `tsconfig-build.json` as it is redundant. This configuration is used by Bazel, which already specifies the input files explicitly, making the exclude field unnecessary. This change simplifies the configuration without impacting the build process.
7 lines
85 B
JSON
7 lines
85 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
}
|
|
}
|