
committed by
Igor Minar

parent
b06847f43d
commit
9226b421e8
@ -1,4 +1,3 @@
|
||||
load("//tools:defaults.bzl", "ts_library")
|
||||
load("@npm_bazel_typescript//:defs.bzl", "ts_devserver")
|
||||
load("//modules/benchmarks:benchmark_test.bzl", "benchmark_test")
|
||||
|
||||
|
@ -6,7 +6,7 @@ package(default_visibility = ["//modules/playground:__subpackages__"])
|
||||
ng_module(
|
||||
name = "zippy_component",
|
||||
srcs = glob(["**/*.ts"]),
|
||||
assets = glob(["app/zippy.html"]),
|
||||
assets = ["app/zippy.html"],
|
||||
tsconfig = "//modules/playground:tsconfig-build.json",
|
||||
# TODO: FW-1004 Type checking is currently not complete.
|
||||
type_check = False,
|
||||
|
Reference in New Issue
Block a user