Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DrwcRunner.ts70 const tsconfigFileContents = getHarnessCompilerInputUnit(tsconfigFile.path); constant
71 … tsconfigFiles.push({ unitName: tsconfigFile.path, content: tsconfigFileContents.content });
72 …nst parsedTsconfigFileContents = ts.parseJsonText(tsconfigFile.path, tsconfigFileContents.content);