re-init because of weird subtree shit

This commit is contained in:
41666 2020-09-15 22:25:26 -04:00
commit 68254ddd13
85 changed files with 13501 additions and 0 deletions

11
src/jstest/BUILD.bazel Normal file
View file

@ -0,0 +1,11 @@
load("@npm//@bazel/typescript:index.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "jstest",
srcs = glob(["*.ts"]),
deps = [
# "//path/to/other:library"
],
)

1
src/jstest/index.ts Normal file
View file

@ -0,0 +1 @@
export const aaa = "aa";