From 25e2d2e607466d4218cdca1b19e3810f3813082f Mon Sep 17 00:00:00 2001 From: Dmitry Zakharov Date: Thu, 18 Oct 2018 16:14:03 +0300 Subject: [PATCH] docs(readme): update readme data about import styles Closes grpc/grpc-web#329 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ac523..d5d0c17 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ typings file will also be generated for the protobuf messages and service stub. `import_style=typescript`: (Experimental) The service stub will be generated in TypeScript. +**Note: `commonjs+dts` and `typescript` only works with `--grpc-web_out=` import style.** ### Wire Format Mode