Revision 3988ebf432ec33a7bf7126c7e9ad09d69d0c2501 authored by Ben Lesh on 19 September 2018, 21:07:10 UTC, committed by Ben Lesh on 19 September 2018, 21:07:10 UTC
1 parent 5099b79
Raw File
BUILD.bazel
package(default_visibility = ["//visibility:public"])

exports_files([
    "tsconfig-build.json",
    "tsconfig-test.json",
    "tsconfig.json",
])

load("//tools:defaults.bzl", "ts_library")

ts_library(
    name = "types",
    srcs = glob(["*.ts"]),
)

exports_files([
    "license-banner.txt",
    "README.md",
])
back to top