Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/localization-utilities > ITypingsGeneratorOptions > trimmedJsonOutputFolders

ITypingsGeneratorOptions.trimmedJsonOutputFolders property

If specified, the generator will write trimmed .json files to the specified folders. The .json files will be written to the same relative path as the source file. For example, if the source file is "<root>/foo/bar.resx", and the output folder is "dist", the trimmed .json file will be written to "dist/foo/bar.resx.json".

Signature:

trimmedJsonOutputFolders?: string[] | undefined;