This commit is contained in:
Florian Dold 2021-03-18 14:16:34 +01:00
parent 43fabc0d1d
commit 35bbe6af2d
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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 ``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 input files are determined from the ``tsconfig.json`` file at the root of
the compiler would use are automatically processed. 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:
``` ```
{ {