Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ts-common-config.json extends tsconfig.base.json (#23532)
## Description Make deprecated common/build/build-common/ts-common-config.json extend common/build/build-common/tsconfig.base.json. This avoids duplicating things like selecting the target. As noted in common/build/build-common/README.md, `tsconfig.base.json` is the "base config contains defaults that all packages within the repo should use as a baseline". This change causes the packages which use `ts-common-config.json` to follow this pattern, allowing `tsconfig.base.json` to better fill its role as the actual base configuration which provides a single source of truth for some of our build options.
- Loading branch information