Skip to content

Interface: Workspace

Defined in: types.ts:46

Properties

config?

optional config: string | boolean

Defined in: types.ts:62

Path to the workspace configuration file.


exclude?

optional exclude: Arrayable<string>

Defined in: types.ts:57

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


include?

optional include: Arrayable<string>

Defined in: types.ts:52

Workspace directories. Glob patterns are supported.

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

Default

ts
'auto'

Распространяется под лицензией MIT.