Skip to content

tryResolveWorkspaceProject

tryResolveWorkspaceProject(startDir): WorkspaceProject | null

Defined in: wp-typia-project-tools/src/runtime/workspace-project.ts:147

Try to resolve the nearest official wp-typia workspace from startDir.

string

Directory to begin walking upward from.

WorkspaceProject | null

The resolved WorkspaceProject, or null when no WORKSPACE_TEMPLATE_PACKAGE workspace is found.

When a discovered package.json cannot be parsed.