From 138038dca8dcbbdec19be3c18384b469ab3f50fb Mon Sep 17 00:00:00 2001 From: thesayyn Date: Fri, 29 Jul 2022 17:23:10 +0300 Subject: [PATCH] docs: one more reason why ts_project could produce no output --- ts/private/ts_project.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/private/ts_project.bzl b/ts/private/ts_project.bzl index 7e8704d1..9c8487ae 100644 --- a/ts/private/ts_project.bzl +++ b/ts/private/ts_project.bzl @@ -150,6 +150,7 @@ This should be changed to js_library, which can be done by running: This might be because - you configured it with `noEmit` - the `srcs` are empty +- `srcs` has elements producing non-ts outputs """ % label else: no_outs_msg = "ts_project target %s with custom transpiler needs `declaration = True`." % label