/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/examples/upgrade/BUILD.bazel
29 строк
589 B
Joey Perrott
build: rename defaults2.bzl to defaults.bzl (#63383)
26 авг 2025, 01:45
26 авг 2025, 01:45
2fcafb6
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ts_config") package(default_visibility = ["//visibility:public"]) exports_files([ "tsconfig.json", "start-server.js", "index.html", ]) ts_config( name = "tsconfig_build", src = "tsconfig.json", deps = [ "//:node_modules/@types/angular", "//:node_modules/@types/jasmine", "//:node_modules/tslib", ], ) ts_config( name = "tsconfig_e2e", src = "tsconfig-e2e.json", deps = [ ":tsconfig_build", "//:node_modules/@types/jasminewd2", "//:node_modules/@types/node", ], )