From db577fa0a8d1406da4c1b383b9138ee9359b35a3 Mon Sep 17 00:00:00 2001 From: Zoe Gagnon Date: Wed, 5 Feb 2020 14:53:21 -0500 Subject: [PATCH] Update install.md for "noEmit" compiler flag "noEmit" compiler flag is not compatible with `ts_library` rule. It is helpful to explicitly call this out during installation so that anyone using that flag is aware and disables it. --- packages/typescript/docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/typescript/docs/install.md b/packages/typescript/docs/install.md index ad2717848b..f6b0537e73 100644 --- a/packages/typescript/docs/install.md +++ b/packages/typescript/docs/install.md @@ -83,6 +83,8 @@ alias( ) ``` +Make sure to remove the `--noEmit` compiler option from your `tsconfig.json`. This is not compatible with the `ts_library` rule. + ## Self-managed npm dependencies We recommend you use Bazel managed dependencies but if you would like