Skip to content

Commit f941ad6

Browse files
committed
Couple build fixes
1 parent 14006b9 commit f941ad6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm_package(
2828

2929
js_library(
3030
name = "library",
31-
visibility = ["//visiblity:public"],
31+
visibility = ["//visibility:public"],
3232
deps = [
3333
":src_esm",
3434
":src_cjs",

build-tools/ts-declarations.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def ts_declarations(
6767
"sourceMap": true,
6868
"declarationMap": true,
6969
"emitDeclarationOnly": true,
70+
"noEmit": false,
7071
}
7172
}
7273
""" % (tsconfig_file_path, target, module)]

0 commit comments

Comments
 (0)