build(compiler-cli): exclude command line scripts from compilation (#21053)

PR Close #21053
This commit is contained in:
Misko Hevery 2017-12-17 21:36:21 -08:00 committed by Igor Minar
parent fefc081e1b
commit 6b81d1c9b9
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ ts_library(
"*.ts",
"src/**/*.ts",
],
exclude = [
"src/extract_i18n.ts",
"src/main.ts",
"src/integrationtest/**/*.ts",
],
),
module_name = "@angular/compiler-cli",
tsconfig = ":tsconfig",