Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > ExtractorConfig > untrimmedFilePath

ExtractorConfig.untrimmedFilePath property

Specifies the output path for a .d.ts rollup file to be generated without any trimming.

Signature:

readonly untrimmedFilePath: string;

Remarks

This file will include all declarations that are exported by the main entry point.

If the path is an empty string, then this file will not be written.

The path is resolved relative to the folder of the config file that contains the setting; to change this, prepend a folder token such as <projectFolder>.