angular-cli/tsconfig-build.json
Alan Agius 4aa95bda24 build: clean up redundant exclude field from tsconfig-build.json
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.
2024-08-22 20:44:56 +02:00

7 lines
85 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node"]
}
}