diff options
author | Florian Dold <florian@dold.me> | 2021-03-18 14:16:34 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-03-18 14:16:34 +0100 |
commit | 35bbe6af2db1bd69ae661610fa234541c1d2d570 (patch) | |
tree | 0ec4f7dee7263e4dfd78d06e0c37dd71fcdd95b8 /packages | |
parent | 43fabc0d1de4b3efe27233479bb4ed08429c4517 (diff) |
clarify
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pogen/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
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: ``` { |