Skip to content

Commit

Permalink
Update install.md for "noEmit" compiler flag
Browse files Browse the repository at this point in the history
"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.
  • Loading branch information
zgagnon authored and alexeagle committed Feb 5, 2020
1 parent 251ee0d commit db577fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/typescript/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db577fa

Please sign in to comment.