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