MCPcopy Index your code
hub / github.com/nodejs/node / readPackageJsonTSConfigField

Function readPackageJsonTSConfigField

test/fixtures/snapshot/typescript.js:42430–42432  ·  view source on GitHub ↗
(jsonContent, baseDirectory, state)

Source from the content-addressed store, hash-verified

42428 || readPackageJsonPathField(jsonContent, "types", baseDirectory, state);
42429 }
42430 function readPackageJsonTSConfigField(jsonContent, baseDirectory, state) {
42431 return readPackageJsonPathField(jsonContent, "tsconfig", baseDirectory, state);
42432 }
42433 function readPackageJsonMainField(jsonContent, baseDirectory, state) {
42434 return readPackageJsonPathField(jsonContent, "main", baseDirectory, state);
42435 }

Callers 1

Calls 1

readPackageJsonPathFieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…