Files
pnpm/resolving/default-resolver/tsconfig.json
2025-11-30 14:19:04 +01:00

62 lines
998 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../env/node.resolver"
},
{
"path": "../../fetching/fetcher-base"
},
{
"path": "../../fetching/tarball-fetcher"
},
{
"path": "../../hooks/types"
},
{
"path": "../../network/fetch"
},
{
"path": "../../network/fetching-types"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/types"
},
{
"path": "../../store/cafs-types"
},
{
"path": "../bun-resolver"
},
{
"path": "../deno-resolver"
},
{
"path": "../git-resolver"
},
{
"path": "../local-resolver"
},
{
"path": "../npm-resolver"
},
{
"path": "../resolver-base"
},
{
"path": "../tarball-resolver"
}
]
}