2017-08-21 11:23:47 -04:00
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
2018-07-06 17:51:37 -04:00
|
|
|
exports_files([
|
|
|
|
"protractor.conf.js",
|
2019-02-15 13:27:13 -05:00
|
|
|
"angular-metadata.tsconfig.json",
|
2018-07-06 17:51:37 -04:00
|
|
|
])
|
|
|
|
|
2018-08-21 04:37:09 -04:00
|
|
|
# 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",
|
|
|
|
)
|