build(compiler-cli): exclude command line scripts from compilation (#21053)
PR Close #21053
This commit is contained in:
parent
fefc081e1b
commit
6b81d1c9b9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue