Skip to content

Commit 2e47c3e

Browse files
committed
chore(NA): include pretty in the args for ts_project rule
1 parent 4ce4565 commit 2e47c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/kbn-apm-utils/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ts_config(
3939

4040
ts_project(
4141
name = "tsc",
42+
args = ['--pretty'],
4243
srcs = SRCS,
4344
deps = DEPS,
4445
declaration = True,

0 commit comments

Comments
 (0)