UNPKG

@visulima/tsconfig

Version:

Find and/or parse the tsconfig.json file from a directory path.

4 lines (3 loc) 206 B
import type { Cache } from "../types.d.ts"; declare const resolveExtendsPath: (requestedPath: string, directoryPath: string, cache?: Cache<string>) => string | undefined; export default resolveExtendsPath;