Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. (cherry picked from commit 4aa95bd)
- Loading branch information