anki/ts/BUILD.bazel

21 lines
294 B
Python
Raw Normal View History

load("//ts:prettier.bzl", "prettier")
prettier()
# Exported files
#################
exports_files([
"tsconfig.json",
"d3_missing.d.ts",
".prettierrc",
"rollup.config.js",
".eslintrc.js",
2020-11-12 10:54:13 +01:00
"licenses.json",
])
alias(
name = "yarn",
actual = "@nodejs//:yarn",
)