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