Searched refs:tsconfigFileContents (Results 1 – 1 of 1) sorted by relevance
70 const tsconfigFileContents = getHarnessCompilerInputUnit(tsconfigFile.path); constant71 … tsconfigFiles.push({ unitName: tsconfigFile.path, content: tsconfigFileContents.content });72 …nst parsedTsconfigFileContents = ts.parseJsonText(tsconfigFile.path, tsconfigFileContents.content);