UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

7 lines (6 loc) 351 B
import type { ToSourceFilePath } from '../util/to-source-path.ts'; import type { ResolveModule } from './visitors/helpers.ts'; export declare function createCustomModuleResolver(compilerOptions: { paths?: Record<string, string[]>; rootDirs?: string[]; }, customCompilerExtensions: string[], toSourceFilePath: ToSourceFilePath): ResolveModule;