Files
pnpm/config/deps-installer/tsconfig.json

56 lines
973 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../fs/read-modules-dir"
},
{
"path": "../../network/auth-header"
},
{
"path": "../../network/fetch"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/parse-wanted-dependency"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../resolving/npm-resolver"
},
{
"path": "../../store/package-store"
},
{
"path": "../../testing/temp-store"
},
{
"path": "../config-writer"
},
{
"path": "../pick-registry-for-package"
}
]
}