Home
last modified time | relevance | path

Searched refs:jsonFileContents (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/utils/tsconfig/
H A DevaluateTsConfig.ts18 const jsonFileContents = ts.parseJsonConfigFileContent( constant
27 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 };