mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
10 lines
228 B
Text
10 lines
228 B
Text
load("@bazel_gazelle//:def.bzl", "gazelle")
|
|
|
|
# gazelle:prefix github.com/roleypoly/roleypoly
|
|
# gazelle:exclude hack/**
|
|
gazelle(name = "gazelle")
|
|
|
|
exports_files(
|
|
["tsconfig.json"],
|
|
visibility = ["//visibility:public"],
|
|
)
|