6902a61c21
The latter fails on Windows
21 lines
294 B
Python
21 lines
294 B
Python
load("//ts:prettier.bzl", "prettier")
|
|
|
|
prettier()
|
|
|
|
# Exported files
|
|
#################
|
|
|
|
exports_files([
|
|
"tsconfig.json",
|
|
"d3_missing.d.ts",
|
|
".prettierrc",
|
|
"rollup.config.js",
|
|
".eslintrc.js",
|
|
"licenses.json",
|
|
])
|
|
|
|
alias(
|
|
name = "yarn",
|
|
actual = "@nodejs//:yarn",
|
|
)
|