Sign in
bazel
/
rules_typescript
/
a8f559a1f32c735a8a4045d8bcb63e38ad403d07
/
.
/
internal
/
e2e
/
npm_packages
/
ts_auto_deps
/
package-template.json
blob: 848840ee62313d0f3fc085a531c8cc4986ab217f [
file
] [
log
] [
blame
]
{
"dependencies"
:
{
"@bazel/typescript"
:
"file:${BAZEL_TYPESCRIPT_NPM_PACKAGE}"
,
"typescript"
:
"2.9.2"
},
"scripts"
:
{
"test"
:
"cd simple; ts_auto_deps && bazel build simple"
}
}