mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 20:09:11 +00:00
14 lines
297 B
Text
14 lines
297 B
Text
load("@bazel_gazelle//:def.bzl", "gazelle")
|
|
|
|
# gazelle:prefix github.com/roleypoly/roleypoly
|
|
# gazelle:exclude hack/**
|
|
gazelle(name = "gazelle")
|
|
|
|
exports_files(
|
|
[
|
|
"tsconfig.json",
|
|
"jest.config.js",
|
|
"jest-reporter.js",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|