mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
build: only include packages/angular_devkit/build_angular/src/typings.d.ts
during bazel builds
`packages/angular_devkit/build_angular/src/typings.d.ts` is only needed for a Bazel build to workaround https://github.com/bazelbuild/rules_nodejs/issues/1033 Including this typings in a non Bazel build creates broken triple slash references https://unpkg.com/browse/@angular-devkit/build-angular@0.1100.0-next.6/src/utils/process-bundle.d.ts
This commit is contained in:
parent
4e22443321
commit
b57f5b1c9d
@ -49,6 +49,7 @@
|
||||
"suppressTsconfigOverrideWarnings": true
|
||||
},
|
||||
"exclude": [
|
||||
"packages/angular_devkit/build_angular/src/typings.d.ts",
|
||||
"bazel-out/**/*",
|
||||
"dist/**/*",
|
||||
"dist-schema/**",
|
||||
|
Loading…
x
Reference in New Issue
Block a user