Skip to content

Interface: Workspace

Defined in: src/options/types.ts:81

Properties

config?

ts
optional config: string | boolean;

Defined in: src/options/types.ts:97

Path to the workspace configuration file.


exclude?

ts
optional exclude: Arrayable<string>;

Defined in: src/options/types.ts:92

Exclude directories from workspace. Defaults to all node_modules, dist, test, tests, temp, and tmp directories.


include?

ts
optional include: Arrayable<string>;

Defined in: src/options/types.ts:87

Workspace directories. Glob patterns are supported.

  • auto: Automatically detect package.json files in the workspace.

Default

ts
"auto";

Released under the MIT License.