{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../../cli/utils" }, { "path": "../../../config/reader" }, { "path": "../../../core/error" }, { "path": "../../../core/logger" }, { "path": "../../../exec/pnpm-cli-runner" }, { "path": "../../../network/fetch" }, { "path": "../node-resolver" } ] }