{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../typings/**/*.d.ts" ], "references": [ { "path": "../../privatePackages/assert-project" }, { "path": "../../privatePackages/prepare" }, { "path": "../cli-utils" }, { "path": "../directory-fetcher" }, { "path": "../error" }, { "path": "../filter-workspace-packages" }, { "path": "../fs.indexed-pkg-importer" }, { "path": "../lockfile-types" }, { "path": "../plugin-commands-installation" }, { "path": "../types" } ] }