mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
15 lines
326 B
Text
15 lines
326 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",
|
|
"hack/jestSetup.ts",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|