Skip to content

Commit

Permalink
fix(@angular-devkit/schematics): add module_name and data files
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and mgechev committed Apr 7, 2020
1 parent fc3f345 commit ee24d32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/angular_devkit/schematics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ ts_library(
"src/**/*_benchmark.ts",
],
),
module_name = "@angular-devkit/schematics",
module_root = "src/index.d.ts",
# The attribute below is needed in g3 to turn off strict typechecking
# strict_checks = False,
data = glob(["**/*.json"]),
module_name = "@angular-devkit/schematics",
module_root = "src/index.d.ts",
deps = [
"//packages/angular_devkit/core",
"//packages/angular_devkit/core/node", # TODO: get rid of this for 6.0
Expand Down

0 comments on commit ee24d32

Please sign in to comment.