Skip to content

Instantly share code, notes, and snippets.

@achew22
Last active March 2, 2018 06:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save achew22/d214887e016efc5a08bf48ffc928e1a5 to your computer and use it in GitHub Desktop.
Save achew22/d214887e016efc5a08bf48ffc928e1a5 to your computer and use it in GitHub Desktop.
Bug demo
{
name: "bugedmo",
peerDependencies: {
typescript: ">=2.4.2"
},
devDependencies: {
@bazel/ibazel: "^0.2.0",
@types/jasmine: "^2.8.2",
@types/node: "7.0.18",
@types/source-map: "^0.5.1",
@types/tmp: "^0.0.33",
clang-format: "1.0.49",
concurrently: "^3.5.1",
protobufjs: "5.0.0",
protractor: "^5.2.0",
tsickle: "0.25.x",
tsutils: "2.20.0",
typescript: "2.6.x"
}
}
git_repository(
name = "build_bazel_rules_typescript",
commit = "bc8e50ab52d051ca48a47c1ddfce4293c3712aee",
remote = "https://github.com/bazelbuild/rules_typescript.git",
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
ts_setup_workspace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment