UNPKG

@omlet/cli

Version:

Omlet (https://omlet.dev) is a component analytics tool that uses a CLI to scan your codebase to detect components and their usage. Get real usage insights from customizable charts to measure adoption across all projects and identify opportunities to impr

4 lines (3 loc) 337 B
export { PathResolutionEntryType } from "./pathResolutionMap"; export { findParentProject, getDefaultRoot, ProjectSetupResolver, NoProjectFound, CannotLoadTSConfig, type ProjectSetup } from "./projectUtils"; export { InvalidProjectSetup, ResolutionConfigIssue, ResolutionConfigIssueType, ResolutionConfigIssueLevel } from "./validator";