UNPKG

539 BPlain TextView Raw
1workspace(name = "ts_protoc_gen")
2
3git_repository(
4 name = "build_bazel_rules_nodejs",
5 remote = "https://github.com/bazelbuild/rules_nodejs.git",
6 tag = "0.4.0",
7)
8
9load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
10
11node_repositories(package_json = ["//:package.json"])
12
13git_repository(
14 name = "build_bazel_rules_typescript",
15 remote = "https://github.com/bazelbuild/rules_typescript.git",
16 tag = "0.10.0",
17)
18
19load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
20
21ts_setup_workspace()