build(bazel): fix the typescript path in the BUILD file (#17316)

This commit is contained in:
Igor Minar 2017-06-09 18:32:36 -07:00 committed by GitHub
parent afbc2b0082
commit c8c0ceeee9
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -10,7 +10,7 @@ filegroup(
# Performance workaround: list individual files
# This won't scale in the general case.
# TODO(alexeagle): figure out what to do
"node_modules/typescript/lib/**",
"node_modules/typescript/**",
"node_modules/zone.js/**/*.d.ts",
"node_modules/rxjs/**/*.d.ts",
"node_modules/@types/**/*.d.ts",