File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,4 @@ ts_library(
2929 "//packages/angular_devkit/schematics" ,
3030 ],
3131 tsconfig = "//:tsconfig.json" ,
32- # Borrow the compile-time deps of the typescript compiler
33- # Just to avoid an extra npm install action.
34- node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules" ,
3532)
Original file line number Diff line number Diff line change @@ -32,7 +32,4 @@ ts_library(
3232 tsconfig = "//:tsconfig.json" ,
3333 module_name = "@angular-devkit/architect" ,
3434 module_root = "src" ,
35- # Borrow the compile-time deps of the typescript compiler
36- # Just to avoid an extra npm install action.
37- node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules" ,
3835)
Original file line number Diff line number Diff line change @@ -27,7 +27,4 @@ ts_library(
2727 ],
2828 ),
2929 tsconfig = "//:tsconfig.json" ,
30- # Borrow the compile-time deps of the typescript compiler
31- # Just to avoid an extra npm install action.
32- node_modules = "@build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules" ,
3330)
You can’t perform that action at this time.
0 commit comments