Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > HeftConfiguration > tempFolderPath

HeftConfiguration.tempFolderPath property

The project's temporary folder.

Signature:

get tempFolderPath(): string;

Remarks

This folder exists at <project root>/temp. In general, this folder is used to store temporary output from tasks under task-specific subfolders, and is not intended to be directly written to. Instead, plugins should write to the directory provided by HeftTaskSession.taskTempFolderPath