We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3f345 commit ee24d32Copy full SHA for ee24d32
packages/angular_devkit/schematics/BUILD.bazel
@@ -26,10 +26,11 @@ ts_library(
26
"src/**/*_benchmark.ts",
27
],
28
),
29
- module_name = "@angular-devkit/schematics",
30
- module_root = "src/index.d.ts",
31
# The attribute below is needed in g3 to turn off strict typechecking
32
# strict_checks = False,
+ data = glob(["**/*.json"]),
+ module_name = "@angular-devkit/schematics",
33
+ module_root = "src/index.d.ts",
34
deps = [
35
"//packages/angular_devkit/core",
36
"//packages/angular_devkit/core/node", # TODO: get rid of this for 6.0
0 commit comments