MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getProjectTSConfigPath

Function getProjectTSConfigPath

packages/vite/helpers/project.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40export function getProjectTSConfigPath(): string | undefined {
41 return [getProjectFilePath('tsconfig.app.json'), getProjectFilePath('tsconfig.json')].find((path) => existsSync(path));
42}

Callers

nothing calls this directly

Calls 2

getProjectFilePathFunction · 0.70
findMethod · 0.65

Tested by

no test coverage detected