File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
- load ("@aspect_rules_ts//ts:defs.bzl" , rules_js_tsconfig = "ts_config" )
2
1
load ("@devinfra_npm//:defs.bzl" , "npm_link_all_packages" )
3
- load ("@npm//@bazel/typescript:index.bzl" , "ts_config" )
4
- load ("//tools:defaults2.bzl" , "js_binary" )
2
+ load ("//tools:defaults2.bzl" , "js_binary" , "ts_config" )
5
3
6
4
npm_link_all_packages ()
7
5
8
- rules_js_tsconfig (
9
- name = "rjs- tsconfig" ,
6
+ ts_config (
7
+ name = "tsconfig" ,
10
8
src = "tsconfig.json" ,
11
9
visibility = ["//visibility:public" ],
12
10
)
@@ -16,12 +14,6 @@ exports_files([
16
14
".yarnrc.yml" ,
17
15
])
18
16
19
- ts_config (
20
- name = "tsconfig" ,
21
- src = "tsconfig.json" ,
22
- visibility = ["//visibility:public" ],
23
- )
24
-
25
17
js_binary (
26
18
name = "yarn_berry_vendored" ,
27
19
data = [".yarn/releases/yarn-4.9.1.cjs" ],
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ts_config(
7
7
src = "tsconfig.json" ,
8
8
deps = [
9
9
"//:node_modules/@types/node" ,
10
- "//:rjs- tsconfig" ,
10
+ "//:tsconfig" ,
11
11
],
12
12
)
13
13
You can’t perform that action at this time.
0 commit comments