We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8a3e5 commit 5021ca9Copy full SHA for 5021ca9
web/types/BUILD
@@ -12,7 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-load("//:build_defs.bzl", "ts_library")
+load(
16
+ "//javascript/typescript:build_defs.bzl",
17
+ "ts_library",
18
+)
19
20
package(default_visibility = ["//visibility:public"])
21
0 commit comments