UNPKG

eslint-import-resolver-typescript

Version:
4 lines (3 loc) 234 B
import type { TypeScriptResolverOptions } from './types.js'; export declare let defaultConfigFile: string; export declare function normalizeOptions(options?: TypeScriptResolverOptions | null, cwd?: string): TypeScriptResolverOptions;