commit 35bbe6af2db1bd69ae661610fa234541c1d2d570 parent 43fabc0d1de4b3efe27233479bb4ed08429c4517 Author: Florian Dold <florian@dold.me> Date: Thu, 18 Mar 2021 14:16:34 +0100 clarify Diffstat:
| M | packages/pogen/README.md | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/packages/pogen/README.md b/packages/pogen/README.md @@ -7,10 +7,12 @@ The ``pogen`` tool extracts internationalizable strings from TypeScript programs The ``pogen`` tool must be called from the root of an NPM package. -The input files are determined from the ``tsconfig.json`` file. All input files inside the package that -the compiler would use are automatically processed. +The input files are determined from the ``tsconfig.json`` file at the root of +the package. All input files inside the package that the compiler would use +are automatically processed. -Inside ``package.json``, the following configuration options are supported: +Further configuration options are specified in the package's ``package.json`` file. +The following configuration options are supported: ``` {