{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../typings/**/*.d.ts" ], "references": [ { "path": "../../privatePackages/test-fixtures" }, { "path": "../audit" }, { "path": "../cli-utils" }, { "path": "../config" }, { "path": "../constants" }, { "path": "../error" }, { "path": "../lockfile-file" }, { "path": "../read-project-manifest" }, { "path": "../types" } ] }