mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
13 lines
307 B
Text
13 lines
307 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"protractor.conf.js",
|
|
])
|
|
|
|
# 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",
|
|
)
|