{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../typings/**/*.d.ts" ], "references": [ { "path": "../constants" }, { "path": "../error" }, { "path": "../fetch" }, { "path": "../lockfile-file" }, { "path": "../lockfile-types" }, { "path": "../lockfile-utils" }, { "path": "../lockfile-walker" }, { "path": "../types" } ] }