Last active
March 2, 2018 06:40
-
-
Save achew22/d214887e016efc5a08bf48ffc928e1a5 to your computer and use it in GitHub Desktop.
Bug demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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