Files
pnpm/resolving/npm-resolver/tsconfig.json

77 lines
1.3 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../config/pick-registry-for-package"
},
{
"path": "../../config/version-policy"
},
{
"path": "../../crypto/hash"
},
{
"path": "../../fs/graceful-fs"
},
{
"path": "../../fs/msgpack-file"
},
{
"path": "../../network/fetch"
},
{
"path": "../../network/fetching-types"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../registry/pkg-metadata-filter"
},
{
"path": "../../registry/types"
},
{
"path": "../../store/cafs"
},
{
"path": "../../worker"
},
{
"path": "../../workspace/resolve-workspace-range"
},
{
"path": "../../workspace/spec-parser"
},
{
"path": "../jsr-specifier-parser"
},
{
"path": "../resolver-base"
}
]
}