Searched refs:jsonFileContents (Results 1 – 1 of 1) sorted by relevance
18 const jsonFileContents = ts.parseJsonConfigFileContent( constant27 if (jsonFileContents.errors) {29 jsonFileContents.errors = jsonFileContents.errors.filter(({ code }) => code !== 18003);32 if (jsonFileContents.errors?.length) {33 throw new Error(ts.formatDiagnostic(jsonFileContents.errors[0], formatDiagnosticsHost));36 return { compilerOptions: jsonFileContents.options, raw: config.raw };