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 7e5f6d1 commit f332843Copy full SHA for f332843
ts/private/ts_project.bzl
@@ -88,7 +88,7 @@ def _ts_project_impl(ctx):
88
89
srcs_deps = ctx.attr.srcs + ctx.attr.deps
90
91
- tsc_inputs = copy_files_to_bin_actions(ctx, srcs_inputs + tsconfig_inputs)
+ tsc_inputs = srcs_inputs + copy_files_to_bin_actions(ctx, tsconfig_inputs)
92
tsc_inputs_depset = depset(tsc_inputs, transitive = [tsconfig_transitive_deps])
93
tsc_transitive_inputs_depset = depset(tsc_inputs, transitive = [
94
_gather_types_from_js_infos(srcs_deps),
0 commit comments