MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getTsOptions

Function getTsOptions

gulpfile.mjs:474–481  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

472};
473
474const getTsOptions = async (dir) => {
475 const {default: tsc} = await import('typescript');
476 return tsc.parseJsonSourceFileConfigFileContent(
477 tsc.readJsonConfigFile(`${dir}/tsconfig.json`, tsc.sys.readFile),
478 tsc.sys,
479 dir,
480 );
481};
482
483const tsCheck = async (dir) => {
484 const path = await import('path');

Callers 1

tsCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…