mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
build: remove unnecessary excludes from tsconfig.json
The excluded files are no longer relevant.
This commit is contained in:
parent
474571f087
commit
cb078c2768
@ -36,13 +36,10 @@
|
||||
"exclude": [
|
||||
"dist/**/*",
|
||||
"dist-schema/**",
|
||||
"goldens/**/*",
|
||||
"**/node_modules/**/*",
|
||||
"**/third_party/**/*",
|
||||
"packages/angular_devkit/schematics_cli/blank/*-files/**/*",
|
||||
"packages/angular_devkit/schematics_cli/schematic/files/**/*",
|
||||
"packages/angular_devkit/*/test/**/*",
|
||||
"tests/**/*",
|
||||
".ng-dev/**/*"
|
||||
"tests/**/*"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user