Searched refs:readTsconfigAsync (Results 1 – 1 of 1) sorted by relevance
25 const options = (await readTsconfigAsync(dir)) ?? (await readJsconfigAsync(dir));55 export async function readTsconfigAsync(projectRoot: string): Promise<null | ConfigReadResults> { function