From 35bbe6af2db1bd69ae661610fa234541c1d2d570 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 18 Mar 2021 14:16:34 +0100 Subject: clarify --- packages/pogen/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/pogen/README.md b/packages/pogen/README.md index af1bab73f..0f425ddf6 100644 --- 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: ``` { -- cgit v1.2.3