Skip to main content

Type Alias: WorkspaceModuleInitOpts

WorkspaceModuleInitOpts = object

Properties

here?

optional here?: boolean

Write to the workspace config directory at the workspace cwd.


include?

optional include?: string[]

Additional include patterns for the module.


sdk?

optional sdk?: string

SDK to use for the new module.


selfCalls?

optional selfCalls?: boolean

Enable the self-calls experimental feature for the new module.


source?

optional source?: string

Source subpath within the new module.