| package(default_visibility = ["//:__subpackages__"]) | |
| # ts_library and ng_module use the `//:tsconfig.json` target | |
| # by default. This alias allows omitting explicit tsconfig | |
| # attribute. | |
| alias( | |
| name = "tsconfig.json", | |
| actual = "//src:tsconfig.json", | |
| ) | |
| # Just a dummy test so that we have a test target for //... on certain bazelci platforms with bazel_integration_test | |
| sh_test( | |
| name = "dummy_test", | |
| srcs = ["dummy_test.sh"], | |
| ) |