mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
re-init because of weird subtree shit
This commit is contained in:
commit
68254ddd13
85 changed files with 13501 additions and 0 deletions
11
src/jstest/BUILD.bazel
Normal file
11
src/jstest/BUILD.bazel
Normal 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
1
src/jstest/index.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export const aaa = "aa";
|
Loading…
Add table
Add a link
Reference in a new issue